What is static in oop?
No Answer is Posted For this Question
Be the First to Post Answer
What is friend function?
Why is polymorphism used?
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.
What is encapsulation?
What is a null tree?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Name a typical usage of polymorphism
How can we use the preprocessor #if and #elseif.
how can we design a magic square in c++?or suggest me the basic idea of it.
What is a macro? And how is a macro same as a template?
What is static modifier?
What is abstraction in oop with example?