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
What is a class in oop?
What is the renewal class?
program for insertion ,deletion,sorting in double link list
What is the types of inheritance?
What is abstraction in oops with example?
What are the components of marker interface?
What is class and example?
What is basic concept of oop?
How long to learn object oriented programming?
can we make game by using c
What is abstraction example?
What is inheritance in simple words?
What are the features of oop?
What is static in oop?
What is the difference between a mixin and inheritance?