Answered Questions

  • Explain the Encapsulation principle

    Encapsulation is a process of binding or wrapping the data and the codes that operates on the data into a single entity. This keeps the data safe from outside interface and misuse. One way to think about encapsulation is as a protective wrapper that prevents code and data from being arbitrarily accessed by other code defined outside the wrapper.

    dkapadia

    • Sep 5th, 2008

    Encapsulation with a simple example would be .Automatic Transmission on an automobile. It encapsulates 100's of bits of information about your engine, such as how much are accelerating, the pitch ...

  • What is OOPS?

    OOP is the common abbreviation for Object-Oriented Programming. 

    Star Read Best Answer

    Editorial / Best Answer

    Answered by: shahistha

    • Dec 5th, 2005


    OOPs is an Object Oriented Programming language,which is the extension of Procedure Oriented Programming language.OOps reduce the code of the program because of the extensive feature of Polymorphism.OOps have many properties such as DataHiding,Inheritence,Data Absraction,Data Encapsulation and many more.

    MD SADDAM HUSSAIN

    • Mar 22nd, 2016

    OOPs. Object Oriented Programming is a paradigm that provides many concepts such as inheritance, data binding, polymorphism etc.

    pooja odhekar

    • Feb 28th, 2013

    OOPS provides features like polymorphism, inheritance, abstraction.