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
Why do while loop is used?
any one please tell me the purpose of operator overloading
What is abstraction in oop with example?
What is abstract class in oops?
Is data hiding and abstraction same?
Why is polymorphism needed?
What are the benefits of interface?
Are polymorphisms mutations?
when to use 'mutable' keyword and when to use 'const cast' in c++
What is overriding in oops?
What is pure oop?
What is the example of polymorphism?
What is variable example?
What is encapsulation selenium?
Can enum be null?