Do you know object orinted language?
By ranjan009
@ranjan009 (5)
India
November 30, 2009 3:31am CST
Object is an real time entity.Everything in world is an object.In later we use procidure language.
ADVANTEGES
Inheritance
Resue
1 response
@usmansharif (92)
• Pakistan
30 Nov 09
OOP or objet oriented language are very useful and become most popular .... its makes decrease in work load that u made procedures, functions one time and use its in your application maany times and also calls these funsctionjs , classes procedures in different apllication .....
Inherits : is term belongs to class .... for eg . u have made a class and for merging 1 class to another we use inerits
merging examples::::
class car
dim clr as string
dim qty as integer
end class
class carss1
inherits car
end class
![](/Content/images/loading.gif)