What is OOPs OOPs :- Object Oriented Programming This is a programming paradigm which wraps around object. In OO programming computer programs ar…
Read more
Showing posts with the label OOPSShow all
Encapsulation Encapsulation is practice in which -> We enclose something or binding together to protect the inner workings. -> Expose thin…
Read moreInheritance Inspite of creating everything from scratch, re-using already available things is called Inheritance. In Java we can do this by exte…
Read moreAbstraction First property that comes under OOPS concepts. We achieve abstraction by a) Keeping the common things together b) Ignoring the unnecessa…
Read more