What is the advantage of oop over procedural language?
No Answer is Posted For this Question
Be the First to Post Answer
How can you overcome the diamond problem in inheritance?
Why do pointers exist?
explain dynamic binding by drowing
what is a ststic variable and stiticfunction briefly explain with exmple and in which case we use
What do you mean by abstraction?
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 OBJECT BASED & OBJECT ORIENTD PROGRAMMING LANGUAGE.(GIVE AT LIST 4 PIONT)
i had specified the access specifier for abstarct class member like (pure virtual function) as private.But it can be accessed by the derived class.How the private member of one class is accessed by other class.if any body face this problem and found the solution plz reply to me.
Write a program to reverse a string using recursive function?
what is the size of an empty class
how to swap to variables without using thrid variable in java?
What is encapsulation example?