what is oops?

Answers were Sorted based on User's Feedback



what is oops?..

Answer / pushplata mishra

oops is an object oriented programs
there is some features of OOPs.
which are
1- Encapsulation
2-Abstraction
3-Polymorphism
4-Inheritance

Is This Answer Correct ?    7 Yes 1 No

what is oops?..

Answer / mustafa

OOP means object oriented programing.That allow us
Data abstraction,inheritance,polymorphism,data
encapsulation.

Is This Answer Correct ?    5 Yes 1 No

what is oops?..

Answer / satish konduru

OOP means Object Oriented Programming....which creates
every thing in the form of ojects, based on appropreate
classes. these will provide us with abstraction,
polymorphism, encapsulation, inheritence.

Is This Answer Correct ?    4 Yes 0 No

what is oops?..

Answer / gayathri

oops is object oriented programming which is a special
concept handled by c++. In which everything wil be in the
form of object. The main cocepts under oops are
*class
*object
*data abstraction
*Encapsulation
*Dynamic dinding
*Message passing

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Programming Languages AllOther Interview Questions

What parameters are used to run a JCL JOB on a perticular DAY and TIME and DATE

1 Answers  


How to call static method in Java?

2 Answers   Epoch,


Why COBOL/400 is giving 95 session error when opening a file even though the file is having key and the screen or display file is having IND ARA defined?

1 Answers   Freelance,


Is the IT field raise again? What is the position of IT after 4 years?

0 Answers  


Tips for blog integration by www.esteemwebsolutions.com. Can Any body suggest me to how to make wonderful questions on web integration..

0 Answers  






How to call dll API sub routine in VB Form.

0 Answers  


1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.

0 Answers   TCS,


what is the draw back of Power builder

0 Answers   IBM,


How many types of list exist in the HTML

2 Answers  


Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".

0 Answers  


when we use mantis? how learn mantis?

0 Answers  


Create a class TicTacToe that will enable you to write a complete program to play the game of Tic-Tac-Toe. The class contains as private data a 3- by-3 double array of integers. The constructor should initialize the empty board to all zeros. Allow two human players. Wherever the first player moves, place a 1 in the specified square; place a 2 wherever the second player moves. Each move must be to an empty square. After each move determine whether the game has been won and whether the game is a draw. If you feel ambitious, modify your program so that the computer makes the moves for one of the players automatically. Also, allow the player to specify whether he or she wants to go first or second. If you feel exceptionally ambitious, develop a program that will play three-dimensional Tic-Tac-Toe on a 4-by-4-by-4

2 Answers  


Categories