Answer Posted / ejaz
In two classes(having parent child/common interface
relation) methods with same signature and execution of
method decided at run time based on object type.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is multilevel inheritance?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
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.
Why we use classes in oop?
How is polymorphism achieved?
what is the drawback of classical methods in oops?
What is super in oop?
What is encapsulation with example?
What is the main purpose of inheritance law?
What are the features of oop?
What is encapsulation in ict?
What is the purpose of enum?
What is the point of polymorphism?
Why is oop useful?
What is the important feature of inheritance?