Name the different creational patterns in object oriented design?
What is a virtual function?
Difference: Object Oriented Analysis (OOA) and Object Oriented Design (OOD)?
What is meant by “abstract interface”?
What is the default access specifier in a class definition?
When will you use an interface and abstract class?
Differentiate between overloading and overriding.
What is the default access modifier for a class,struct and an interface declared directly with a namespace?
What do you mean by virtual function and virtual classes?
What are abstract classes?
Are constructors inherited? Can a subclass call the parent's class constructor? When?
Explain about the analysis phase?
What is the abstract method modifier?