Answered Questions

  • Binary to Excess 3

    How to Convert Binary to Excess 3 Code and vice versa?

    Ramkrishna

    • Apr 16th, 2015

    Simply add 011 in each binary number...

    Deepanwita Saha

    • Feb 4th, 2015

    Why binary code converted to the excess three code?
     Binary to excess three code conversion short theory.

  • 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.