What is abstraction example?
No Answer is Posted For this Question
Be the First to Post Answer
Out of 4 concepts, which 3 C++ Follow?
There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?
what is the difference between javap and jad utility
What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass
When is a memory allocated to a class?
advantage and disadvantage in c++>>oops and what are the questions ask for interview in c++>>oops. could you tell me or reply me
What is polymorphism explain?
What is virtual Function.
Why is destructor used?
Where is pseudocode used?
What is for loop and its syntax?
what are abstract classes and how they impliment , with example