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.
Answer Posted / schumi
an abstract class permits all access modifiers except
PRIVATE
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Which is not an object oriented programming language?
Why do while loop is used?
What are benefits of oop?
What is encapsulation in oops?
What do you mean by variable?
Write a program to reverse a string using recursive function?
any one please tell me the purpose of operator overloading
What is the difference between procedural programming and oops?
What is the types of inheritance?
What is oops in simple words?
What are oops methods?
What are different oops concepts?
How do you achieve runtime polymorphism?
What is basic concept of oop?
Where is pseudocode used?