Why is java not fully objective oriented?
Explain the mechanism of composition?
Explain about instance in object oriented programming?
Explain about inheritance in oops?
Explain what is an object?
What is Abstract method and how different from Virtual Method?
What is the difference between data hiding and implementation?
Explain about message passing in object oriented programming?
Write a program to show the inheritance used in a class.
Can a class in java be inherited from more than one class?
Explain the abstract class modifier?
Why is class hierarchies managed in object-oriented programming?
What are sealed modifiers?
Can you create an instance of an interface?
Does java support multiple inheritance? if not, what is the solution?