Explain the concepts involved in Object Oriented programming.
No Answer is Posted For this Question
Be the First to Post Answer
why to use template classes in c++?
What does enum stand for?
Do you know about multiple inheritance?
What is virtual function?where and when is it used?
How to overload postfix operator in c++
Is oop better than procedural?
what is the use of classes in c++;
#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 a template?
what are the disadvantages of C++?
25 Answers ATS, Infosys, UNI, Wipro,
some one give d clear explanation for polymorphism
What are objects in oop?