Answer Posted / prp
The primary features of an object oriented language are:
Encapsulation - This allows every object to have its own
properties and behaviors separate from others, and its own
little "capsule" to keep its properties in.
Inheritance - This allows an object to inherit the
properties of its ancestors.
Polymorphism - The allows an object to be treated like one
of its ancestors, i.e. if Truck was a subclass or
descendant of an object called Automobile, it can redo
behaviors that Automobile had, like Automobile has a
suspension feature that has it set to 10 inches tall, Truck
overwrites it and says its 30 inches tall.
Abstraction - This idea is related to encapsulation in that
you don't care how the object works, but you can make it
behave in certain manners.
| Is This Answer Correct ? | 17 Yes | 5 No |
Post New Answer View All Answers
What is oops?what is its use in software engineering?
What are the important components of cohesion?
why reinterpret cast is considered dangerous?
Who invented oop?
What is difference between polymorphism and inheritance?
write knight tour problem which is present in datastructure
What is class and object in oops?
What is abstract class in oops?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is the highest level of cohesion?
Which method cannot be overridden?
What are classes oop?
Can we have inheritance without polymorphism?
What is overriding in oops?
what's the basic's in dot net