What is encapsulation example?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between class and object?
how to swap to variables without using thrid variable in java?
Can we create object of abstract class?
what is an qt4 interface?
c++ is a purely oop concept?
#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; a.x = 22; int c = a.x; int *b = new int; cout << c; return 0; } option: No output 0 22 -(11) Will not compile
i hav very low percentage in 12th n BSCwhich is around 50.......coz it was just imposed on me 2 b a science graduate,nw m doin MCA n hav aggregate 74% ....what shud i answer if company's HR ask me about dis much low previous percentage??????
What is the main feature of oop?
What is the oops and benefits of oops programming?
What is the Advantage of Interface over the Inheritance in OOPS?
What does the code "cout<<(0==0);" print? 1) 0 2) 1 3) Compiler error: Lvalue required
why reinterpret cast is considered dangerous?