Answer Posted / kalaiselvan
if one class acquires properties of another class is
called inheritance.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is the full form of oops?
Whats is abstraction in oops?
What are oops methods?
What is inheritance write a program to show use of inheritance?
Can a varargs method be overloaded?
What is stream in oop?
What does and I oop mean?
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.
What is the renewal class?
What is polymorphism explain its types?
What is the importance of oop?
What is the diamond problem in inheritance?
What are two types of polymorphism?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
Why do we use oops?