| Author: Ravi Kiran.T 06 Sep 2008 | Member Level: Gold | Rating: Points: 3 |
Structures are nothing but Valuetypes..We can't inherit or create new structures,simply,it doesn't support inheritance
Classes are Referecne Types,We can inherit or create new classes by using base class,simply,it supports Inheritance...It is the main advantage of OOPs(Object Oriented Programming)
|