-
Junior Member
Access derived Class
I want to know whether the base class member functions can be accessed in derived class with out using protection
-
Junior Member
Re: Access derived Class
The members functions of base class can be accessed form its derived class if they are declared as public or protected...
-
Expert Member
Re: Access derived Class
No, we the base class member functions cannot be accessed in derived class with out using protection.To access the base class member should be declared as either public oe protected.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules