OOP'S advantages of inheritance include:
Answer / karthiga
1)provide a conceptual framework
2)avoid rewriting code
3)facilitating class libraries
4)all of these
| Is This Answer Correct ? | 144 Yes | 19 No |
What is polymorphism what are the different types of polymorphism?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
whats the difference between c and c++
c++ program to swap the objects of two different classes
WRITE A SIMPLE C++ PROGRAM TO SWAP TWO NOS WITHOUT USING TEMP
Get me a number puzzle game-program
what is oops
What does the code "cout<<(0==0);" print? 1) 0 2) 1 3) Compiler error: Lvalue required
How to create a comment page in C #??
inheritence with example
What are the features of oop?
How do you define a class in oop?