Explain about realistic modeling?
Write a program to show the inheritance used in a class.
Name the different creational patterns in object oriented design?
Can an interface have an inner class?
Give any criteria when you use an abstract class and an interface?
Are constructors inherited? Can a subclass call the parent's class constructor? When?
Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?
Why are virtual users created?
Which oops concept is used as reuse mechanism?
Why is OOP good?
Explain about inheritance in oops?
What are Classes and Objects?
What if we make the method as abstract in another interface?
What is the base type from which all structs inherit directly?
Explain about overriding polymorphism?