Why is encapsulation used?
No Answer is Posted For this Question
Be the First to Post Answer
How to call a non virtual function in the derived class by using base class pointer
What is persistence in oop?
How many types of access specifier in c# and vb.net?
What is polymorphism programming?
What is an interface in oop?
What is the point of oop?
#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]]; }
What is abstrac class?where is it use?
what is difference between class template and template class?
is java purely oop Language?
49 Answers HCL, Infosys, TCS,
swapping program does not use third variable
Why do we use polymorphism?