what is oops

Answers were Sorted based on User's Feedback



what is oops ..

Answer / prakash

object oriented programming system or sw is nothing but it
is one of the programming paradigm in which a problem can
be treated as a collection of objects and these objects are
representing problems and/or sub-problems. And these
objects are communicating among them to solve the given
task.

thank you

Is This Answer Correct ?    10 Yes 0 No

what is oops ..

Answer / abhinav singh

object oriented programming system(software)

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More C++ General Interview Questions

How the programmer of a class should decide whether to declare member function or a friend function?

0 Answers  


make a middle node of doubly linklist to the top of the list

1 Answers  


What is the difference between Pointer and a Reference? When you would use them?

4 Answers   Wipro,


Problem 5: Hero's Formula is A method for calculating the area of a triangle when you know the lengths of all three sides. Let a, b, c be the lengths of the sides of a triangle. The area is given by:A= pp-ap-b(p-c) | wherep= a+b+c2 | | Write a C-language code to calculate area of triangle using above method. Take the three lengths of the triangle from the user and display the area that your program calculates.

0 Answers   Maxobiz,


What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number

0 Answers  






What is the output of the following 3D Array int arr[3][2][2]={1,2,3,4,5,6,7,8,9,10,11,12}; what is the output for arr[2][1][0]?

6 Answers   HCL, Integra, IPMC, ORG,


Is empty stack c++?

0 Answers  


Can member functions be private?

0 Answers  


What do you mean by internal linking and external linking in c++?

1 Answers  


What is an ABC: an "Abstract Base Class"?

1 Answers  


What are the types of pointer?

0 Answers  


What is a concrete class?

1 Answers  


Categories