Object factory have blue print in the form of a
Class
Objects
Attribute
Functions
All the instances created with a given class will have same
Structure
Behaviour
State
Both a and b
In a class behavior is implemented through
Methods
Data
None of these
Instances of class are known as
Object
Entity
Abstraction
Software code in Oop is written to
Define classes
Initiate objects
Manipulate objects
All of the above
Consider a car class then ignition , accelerating , changing gear etc
Operation
Attributes
Class is a set of
Oop means?
Object based programming
Operation based programming
Object oriented programming
None of the above
Methods can also called as
Consider a car class then colors , gears , power , length etc are