Does a concept HAVE to become a class in Design?
Answer Posted / guest
No, it does not need to became a class
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Write a note on encapsulation?
What is Abstract method and how different from Virtual Method?
What is an abstraction?
Can we override static methods of a class?
Explain about the analysis phase?
What is ‘this’ pointer?
What is the main difference between overloading and overriding?
What is the difference between class inheritance and interface inheritance?
Classes and structs support inheritance. Is this statement true or false?
What is a try/ catch block?
Is it possible to override private virtual methods?
What is the default access modifier for a class,struct and an interface declared directly with a namespace?
What is difference between static and non-static fields of a class?
Can we have a default method definition in the interface without specifying the keyword "default"?
What if we make the method as abstract in another interface?