What is abstraction and encapsulation?
No Answer is Posted For this Question
Be the First to Post Answer
What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined
What are virtual classes?
me get an assignent n its question is this 1.creat a set as in math i.ea={1,2} 2.insert element in it3. delete element don,t repeat any element 4.union 5. intersection of two sets plz help me i always pray for u n send me at ayeshawzd@hotmail.com f u have c++ how to program 5th addition then it is the 10.9 question in 10th chapter exercise
What is encapsulation process?
Can you inherit a private class?
Why static Function is used in C++?
can we make a class static without using static keyword?
What is function overloading and operator overloading?
Can main method override?
what is the drawback of classical methods in oops?
What is polymorphism and its types?
What is new keyword in oops?