Home/What is Object Oriented model?
Chetan Varshney
Chetan is an education enthusiast and active contributor on Oureducation.in. Apart from this chetan also advises colleges, students and parents on best admission and placements practices.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Prakash Chetan
The object-oriented model is based on a collection of objects, like the E-R model.
An object contains values stored in instance variables within the object.
Thus objects contain objects to an arbitrarily deep level of nesting.
An object also contains bodies of code that operate on the the object.
These bodies of code are called methods.
Warning: mysqli_query(): (HY000/3): Error writing file '/tmp/MYf53Vdy' (Errcode: 28 - No space left on device) in /home/oureduc/public_html/answers/wp-includes/class-wpdb.php on line 2349
Chetan Varshney
Object oriented model use for making programing technique