Is it possible to override private virtual methods?
No Answer is Posted For this Question
Be the First to Post Answer
What are the limitations of oops?
What is an interface?
State two differences between an object and a class.
Does java support multiple inheritance? if not, what is the solution?
What does the keyword virtual represented in the method definition?
Why we use oops concepts? What is its advantage?
What are the features that are provided to make a program modular?
If a method definition has been specified in class , its base class , and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
What are inner classes and what is the practical implementation of inner classes?
What is hybrid inheritance?
What is super keyword?
Which oops concept is used as reuse mechanism?