a) Errorb) Exceptionc) Throwabled) Throw
class math { public int fact(int n) { int result; result = fact(n -1)* n; return result; } } class Program { staticvoid Main(string[] args) { maths obj =ne ... الإطلاع على المزيد
MyWindow.Show(); MyWindow.Show(“Window”); MyWindow obj=new MyWindow(); Obj.Show(); MyWindow.Show(new MyWindow());
Options- Direct Event- Bubbling Event- Tunneling Event- All of the above
- StaticResource and Dynamic Resource- StaticResource and CompileResource- WPF does not support Logical Resources- None of the above