Click here to Skip to main content
15,867,326 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is it possible to create a child class of an aspect class and allow other classes to access the methods of the child aspect class? How can I achieve this? Please advice. Im using python 2.3
Posted
Comments
Sergey Alexandrovich Kryukov 21-Feb-15 6:04am    
What do you mean by that? Creating derived class? Anything else? What's the problem?
—SA
mayooran99 21-Feb-15 6:15am    
Like we have an aspect class. Then we create a child class for that class. Will other classes be able to access methods of that child aspect class? Any examples?
Richard MacCutchan 21-Feb-15 9:07am    
Yes, if the methods are public; standard inheritance rules apply.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900