Answer Posted / devi
Derivation of several classes from a single class i.e.,the
traits of one class may be inherited by more than one
class,is called hierarchical inheritance.
| Is This Answer Correct ? | 28 Yes | 4 No |
Post New Answer View All Answers
What is persistence in oop?
What is class in oop with example?
#include
Why it is called runtime polymorphism?
Which is not an object oriented programming language?
What is oops with example?
What does it mean when someone says I oop?
Are polymorphisms mutations?
What is difference between inheritance and polymorphism?
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.
write a programe to calculate the simple intrest and compund intrest using by function overlading
Why do pointers exist?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is inheritance in simple words?
How Do you Code Composition and Aggregation in C++ ?