Answer Posted / s.nareshkumar
inheritance is the process of acquiring the one class properties to another class its called 'inheritance'
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is multiple inheritance? How java 8 supports multiple inheritance?
Describe inheritance and non-inheritance of a derived class?
What is super keyword?
Why are outlet connections required in object-oriented programming?
What does the “abstract” keyword mean in front of a method? A class?
Explain about the relationship between object oriented programming and databases?
What are different ways to create string object?
Explain what an object is.
What are abstract functions? Why are they used?
What is an interface?
What are all the languages which support oop?
If a method definition has been specified in the 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?
Explain the meaning of object in object oriented programming?
What is the difference between oop and sop?
Which OOPS concept is used as a reuse mechanism?