Who invented oop?
No Answer is Posted For this Question
Be the First to Post Answer
What is encapsulation c#?
143.what is oops principles?
Difference between vector and array
1.what are two type of classe members called? 2.what is data hiding and data encapsulation? 3.how do you make a class member visible aouside its class? 4.what is the default visibility of a class data member? 5.what are the advantages of oop over the structured programing?
why the argument is passed by reference to a copy constructor?example?
What are the valid types of data that the main () can return in C/C++ language
program for insertion ,deletion,sorting in double link list
can inline function declare in private part of class?
You have one base class virtual function how will call that function from derived class?
can we create and enter the data & hide files using programmes ?
#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 different between oops and c++