0
Plz explain me class and objects?
2 Answers
+ 1
class is like engine and object are like handle,brake and gear by which you can control the engine(method etc).using object you can initialize method and pass the value into the method.
- 1
An object is the instance of a class.
Tgat means you can have several objects of a class but only one single class itself.