Answer Posted / krishna kumar.e
It is used to division for sub subclassess.Abstractclassess
are not allowed in inheritance because it has no body.
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
What is the difference between an error and an exception?
Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?
What is data encapsulation and what is its significance?
What is a pure virtual function?
How many instances can be created for an abstract class?
Explain about the analysis phase?
What do you mean by data hiding?
Explain about a class in oop?
Explain about uml?
What is Abstract method and how different from Virtual Method?
What do you mean by operator overloading?
Explain OOPS.
A class inherits from 2 interfaces and both the interfaces have the same method name as shown below. How should the class implement the drive method for both car and bus interface?
Explain the concept of multiple inheritance (virtual inheritance). Write about its advantages and disadvantages?
What is the use if instanceof keyword?