who is the father of OPPS
Answers were Sorted based on User's Feedback
What is the point of oop?
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.
Which language is pure oop?
What is meant by oops concept?
What are virtual functions?
If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?
What is the concept of object oriented program?
which feature are not hold visual basic of oop?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Can we create object of abstract class?
How do you achieve runtime polymorphism?
What is a scope resolution operator?