what is oops

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is ifstream c++?

552


Difference between a copy constructor and an assignment operator.

563


What do you mean by vtable and vptr in c++?

619


What is the two main roles of operating system?

508


Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?

3694






What is the difference between reference and pointer?

610


What are manipulators in c++ with example?

572


What are single and multiple inheritances in c++?

570


Can java be faster than c++?

664


What are the important differences between c++ and java?

592


What do you mean by volatile and mutable keywords used in c++?

576


Differentiate between late binding and early binding.

636


Do you need a main function in c++?

551


Can union be self referenced?

569


Which bit wise operator is suitable for putting on a particular bit in a number?

713