What do you mean by inheritance?
No Answer is Posted For this Question
Be the First to Post Answer
What is basic concept of oop?
what is the use of template classes in c++
Differences between inline functions and non-inline functions?
What is the fundamental idea of oop?
Child cObj = new Parent() Wahts the output ?
Which is the only operator in C++ which can be overloaded but NOT inherited?
What is namespace?
#include <iostream> using namespace std; int main() { int a = 2; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][c[1][4]]; }
Can java compiler skips any statement during compilation time?
What is protected in oop?
What Is a Polymorphism? How many types of polymorphism and whats that use in application?
What is the point of oop?