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

In c++, what is the difference between method overloading and method overriding?

698


Why should we use null or zero in a program?

686


What are the two main components of c++?

682


what does the following statement mean? int (*a)[4]

701


What is c++ coding?

759






What is different in C++, compare with unix?

700


What do you mean by function pointer?

707


How do you flush a buffer in c++?

704


What are c++ files?

683


What do you mean by delegate? Can a user retain delegates?

605


What is a tuple c++?

639


Is c++ primer good for beginners?

676


Why is c++ a mid-level programming language?

694


Which format specifier is used for printing a pointer value?

668


What is the last index number in an array of 100 characters a) 100 b) 99 c) 101

688