What is an Object in Programming - JavaScript Tutorial 68

preview_player
Показать описание
Notes for You:: What is an Object in Programming - JavaScript Tutorial 68

Object: (noun)
- Object represents any real world entity.
Ex: Car, House, Student, College, Employee, Company, Point, Rectangle, Button, atom, world etc

Note:
- Objects have attributes and behaviors.

Attribute: (noun)
- Attribute is a property of an object.
Ex: color, model, speed, name, address, roll num, width, height etc

Behavior: (verb)
- Behavior is the functionality of an object.
I.e. indicates what an object can do, or what we can do to the object.
Ex: start, stop, accelerate, paint, getDistance, getArea etc
Note: Behaviors are responsible for modifying attributes of an object

Steps to solve a real world problems with computer programming:
- While solving any real world problem, first we identify objects present in that problem.
- Then we identify the attributes and behaviors of each object.
- Then we convert the identified real world objects in to software world objects using the language construct known as object.

Note:
- JavaScript objects help us to represent any real world object in our web world.

=========================================

Follow the link for next video:
JavaScript Tutorial 69 - Objects in JavaScript | JavaScript Objects

Follow the link for previous video:
JavaScript Tutorial 67 - Find factorial of a number using recursive function in JavaScript

=========================================

JavaScript Tutorials Playlist:-

=========================================
Watch My Other Useful Tutorials:-

jQuery Tutorials Playlist:-

jQuery UI Tutorials Playlist:-

Bootstrap Tutorials Playlist:-

=========================================

► Subscribe to our YouTube channel:

► Visit our Website:

=========================================
Hash Tags:-
#ChidresTechTutorials #JavaScript #JavaScriptTutorial
Рекомендации по теме
join shbcf.ru