what is oops
Answers were Sorted based on User's Feedback
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 |
Answer / abhinav singh
object oriented programming system(software)
Is This Answer Correct ? | 7 Yes | 0 No |
How the programmer of a class should decide whether to declare member function or a friend function?
make a middle node of doubly linklist to the top of the list
What is the difference between Pointer and a Reference? When you would use them?
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.
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
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++?
Can member functions be private?
What do you mean by internal linking and external linking in c++?
What is an ABC: an "Abstract Base Class"?
What are the types of pointer?
What is a concrete class?