What does and I oop and sksksk mean?
No Answer is Posted For this Question
Be the First to Post Answer
When not to use object oriented programming?
What is static modifier?
#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]; }
what is multi level inheritance give n example ?
13 Answers HDFC, Hulas Steel, Ness Technologies,
Can we call a base class method without creating instance?
What is the example of polymorphism?
What is overloading in oop?
How to create a comment page in C #??
What is namespace?
What are the access specifiers avaible in c++?
Can anyone please explain runtime polymorphism with a real time example??at what ciscumstances we go for it??
What is difference between new and malloc?