Answer Posted / nitish
Inheritance basically stands to inherit the +ve functions of
predecessor.
Earlier its the main base class to give birth to the further
derived class.
This derived class have the features from in its functioning
from the base class from which it have been derived.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Why do we need polymorphism in c#?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
write a C++ program for booking using constructor and destructor.
Why is polymorphism used?
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 causes polymorphism?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What does and I oop mean in text?
Explain the concepts involved in Object Oriented programming.
What does and I oop mean?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
Why do we use polymorphism in oops?
What is class and example?
What is abstract class in oop?
Give two or more real cenario of virtual function and vertual object