filmov
tv
Android Tutorial Java-Objects(Part-11)

Показать описание
This android tutorial talks about Objects in detail:
*What are objects?
*How they hold state?
*How they are created at run-time?
*Car Example to demonstrate working of Objects
Watch this android tutorial to know the answers.
Objects :
-------------
Objects are :
*Runtime representation of a class.
*Objects hold state with variables
*Objects do some work with methods.
*Can be created during Runtime as follows :
ex - Car carRef = new Car();
Here Car is the class and carRef is its object.
----------------------------------------------------------
Use the link to watch all videos of this session :