What is encapsulation in simple terms?
No Answer is Posted For this Question
Be the First to Post Answer
What is ambiguity in inheritance?
What is the main feature of oop?
What is the difference between pass by reference and pass by value?
What is polymorphism in oops with example?
what is the realstic modeling?
Why do we use inheritance?
143.what is oops principles?
What is R T T I ?
What is a mixin class?
#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]; }
Difference between over loading and over ridding?
12 Answers CTS, Patni, Softvision Solution,
What is a template?