What is abstraction in oops with example?
No Answer is Posted For this Question
Be the First to Post Answer
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
Why do we use polymorphism in oops?
Out of 4 concepts, which 3 C++ Follow?
What are generic functions and generic classes?
What is the difference between class and object?
What is destructor example?
what is the use of classes in c++;
What is constructor overloading in oop?
What is pure oop?
Write a program to accept a number and to print numbers in pyramid format? for eg:for a no. 5 1 212 32123 4321234 543212345
what is difference between objects and function
What is the different between Applet and Application?