retagged by
7,393 views

1 Answer

2 votes
2 votes
ans is A inaccessible in the derived class

only public or protected  members are inherited
Answer:

Related questions

2 votes
2 votes
3 answers
1
go_editor asked Jul 30, 2016
6,697 views
Which of the following, in C++, is inherited in a derived class from base class?constructordestructordata membersvirtual methods
1 votes
1 votes
2 answers
2
1 votes
1 votes
1 answer
3
go_editor asked Jul 25, 2016
722 views
_____ allows to create classes which are derived from other classes, so that they automatically include some of its "parent's" members, plus its own members.OverloadingIn...