I would need more info on the specifics of what you are asking, since this is a pretty broad question.
A class is a definition for the rules an object follows.
There can be lot's of relationships between classes in loads of different ways, for example, in the browser each tab is an object, and within each tab is a page, which is an object, inside that object is the document object, which contains elements on the page, all objects, and each object has more objects as it's children defining things like attributes, image urls and text content.
Or you could mean that an object is built on another, for example using the browser again as an example all elements on the page are children to the same basic build, but each one has different features and defaults, an input box is still a HTML element, but it contains features others may not have. they do however have the same basic structure.
Java is an object oriented language, and it works with classes and objects.
Inheritance
C isn't an object oriented language... C++ is, because it has classes.
classes
Class bound refers to the relationship between an object and a specific class in object-oriented programming. It determines how tightly an object is associated with its class, influencing how the object can interact with other objects and classes in the program. The class bound establishes the behavior and properties that an object inherits from its class.
C++ is an extension of C; object-oriented capabilities - basically, the possibility of defining classes and of creating objects based on those classes - have been added to the original C.C++ is an extension of C; object-oriented capabilities - basically, the possibility of defining classes and of creating objects based on those classes - have been added to the original C.C++ is an extension of C; object-oriented capabilities - basically, the possibility of defining classes and of creating objects based on those classes - have been added to the original C.C++ is an extension of C; object-oriented capabilities - basically, the possibility of defining classes and of creating objects based on those classes - have been added to the original C.
In object-oriented programming, association defines a relationship between classes of objects that allows one object instance to cause another to perform an action on its behalf. This relationship is structural, because it specifies that objects of one kind are connected to objects of another and does not represent behaviour.BYVINAY KR SHARMA(M-TECH)
to access the data from one or more classes to the sub classes
There are no classes in C -- it is not an object oriented language. As such there is no FileInfo class.
A package is basically a group of related classes.
Object oriented concepts are a generalisation of the object oriented principals (encapsulation, inheritance, polymorphism and abstraction) without specifying a particular implementation of those principals. Object oriented programming is the application of those principals through an object oriented programming language.
I think there is no any difference between object oriented programming language. Because somebody have written that vb is object based language because there is no inheritance, but javascript has no classes and no inheritance but javascript is also object oriented scripting language and java is also object oriented language vb has no inheritance but classes is.So vb is object based language This is not clear that difference between object oriented and object based. if i am wrong than what should be your answer and if i am wright than no problem But first i am requesting to the developer of any programming language that please define the difference between object oriented and object based languages. Amit Sinha Dist-Gaya State-Bihar