What is encapsulation with real life example?
No Answer is Posted For this Question
Be the First to Post Answer
create a c++ program that will accepts 9 inputs using 3 by 3 array.
#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; wow *b; a.x = 22; b = &a; a.x = 23; cout << b->x; return 0; }
Can abstract class have normal methods?
Definition of Object Oriented Programming in single line?
33 Answers Impact Systems, Q3 Technologies, TCS,
What is pointer in oop?
how do u initialize the constant variables
What are the three main types of variables?
What are the 4 pillars of oop?
pointers are support in C#? if yes then how to use it?
8 Answers Softvision Solution,
what is the difference b/w abstract and interface?
2 Answers Merrill Lynch, Schneider, Scio Healthcare,
How to reverse a sentence in c program ex: ram is a good boy answer: boy good a is ram
What is overloading in oop?