what is different between oops and c++
No Answer is Posted For this Question
Be the First to Post Answer
Where You Can Use Interface in your Project
1. Define a 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]; }
i got a backdoor offer in process global,Bangalore..Can i work with it?
what are the ways in which a constructors can be called?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What exactly is polymorphism?
Difference between new operator and operator new
what are the ways in which a constructors can be called?
why c++ is called OOPS? waht is inherutance? what is compiler?
What is polymorphism what are the different types of polymorphism?
Can we have inheritance without polymorphism?