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 pointer in c++ with example?

522


How much maximum can you allocate in a single call to malloc()?

637


Give an example of run-time polymorphism/virtual functions.

568


What is guard code in c++?

644


What are virtual functions in c++?

694






Mention the ways in which parameterized can be invoked.

540


what is upcasting in C++?

722


What is ofstream c++?

590


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

1587


How the delete operator differs from the delete[]operator?

648


Explain object slicing in c++?

589


What is do..while loops structure?

620


What are the types of array in c++?

622


Explain public, protected, private in c++?

569


What is near, far and huge pointers? How many bytes are occupied by them?

663