In C#, which of the following is the proper header for a class that intends to use an interface?
1.class MyClass ; Iface
2.class MyClass : Iface
3.class MyClass {IFace}
4. class MyClass Iface
Answer:2
Posted Date:-2022-08-15 11:53:37