What is abstraction and encapsulation?
No Answer is Posted For this Question
Be the First to Post Answer
Polymorphism with an example?
Why is encapsulation used?
#include <iostream> using namespace std; int main() { int a = 3; 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][2]; }
can we create and enter the data & hide files using programmes ?
what is overloading and overriding?
When a private constructer is being inherited from one class to another class and when the object is instantiated is the space reserved for this private variable in the memory??
What is multilevel inheritance in oop?
What do you mean by variable?
What is the problem with multiple inheritance?
wht is major diff b/w c and c++?
What does and I oop mean in text?
the difference between new and malloc