VB.net मे सभी classes को inherite किया जा सकता है। लेकिन ऐसी सभी classes जिनमें की NotInheritable keyword का use किया गया है inherite नहीं की जा सकती हैं।
- Classes को other projects से भी inherite किया जा सकता है।
- VB.Net केवल Single और Multilevel inheritance को support करती है।
- Inheritance करने के लिए Base और Derieved class दोनों के access type equal होने चाहिए तभी inheritance possible है।
No comments:
Post a Comment