what is multi level inheritance give n example ?
Answer Posted / aswini.s
derived a new class from another derived class.It is known
as multilevel inheritance.
example:
grandfather->father->son.
| Is This Answer Correct ? | 260 Yes | 33 No |
Post New Answer View All Answers
How do you answer polymorphism?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
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 is abstraction and encapsulation?
what is graphics
What is inheritance and how many types of inheritance?
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
What is basic concept of oop?
What is meant by multiple inheritance?
Plese get me a perfect C++ program for railway/airway reservation with all details.
How to hide the base class functionality in Inheritance?
What is an example of genetic polymorphism?
Templates mean
write string class as your own class in java without using any built-in function
What is abstraction in oop?