__________ is named as software representation of abstraction
Methods
Attribute
Class
None of the above
Consider a car class then ignition , accelerating , changing gear etc
Operation
Objects
Attributes
None of these
An identifiable entity with some characteristics ,state and behavior is
Object
In a class behavior is implemented through
Data
An object contain
Attribute only
Methods only
Attributes and methods
________ is named collection of attribute and behavior relevant to modeling a given entity for some particular purpose.
Abstraction
Encapsulation
Class is a set of
__________ is basically an object maker or object factory
Function
Oop means?
Object based programming
Operation based programming
Object oriented programming
Software code in Oop is written to
Define classes
Initiate objects
Manipulate objects
All of the above