Give me oops concepts

Showing Answers 1 - 4 of 4 Answers

oop (Object Orinatated Princables) are having four concepts.1) no "primative" types.Evry thing has to be an objekt. this is y u have java.lang.Integer, and autoboximng was turned on in java5, when before it was "compiler only", not it is an enduser feature.2) classesevry objekt has to hav a class behind it. this is y JavaScript is not a OOP language. 3) Polymorphicobjs must be able to prend to be objs of a diffent class. in het jav tis is called "casting".4) encapsulton.u can not hav gloabels in OOP, but all variables & methods must be "encapsulted" in an obj.i is hope tihs helps.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions