Answer Posted / latha
abstract class contains the abstract methods. these methods
contain the only declaration but no definition.
interface is the class which extends the many interfaces.
and the class implements the many interfaces
Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What are the features of oop?
What is a class in oop?
What is difference between polymorphism and inheritance?
Why is object oriented programming so hard?
What is the difference between inheritance and polymorphism?
What is overriding in oop?
Why do we need oop?
What is encapsulation in oop?
What is polymorphism programming?
What is the point of polymorphism?
What are classes oop?
What are the 3 principles of oop?
What are oops functions?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.