why oops need in programming

Answer Posted / baburam

oops is a methodlogy of java for building the software
application and it allocates reallife object,the real life
concept included the oops for programming terms nd lnguage.

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is polymorphism and types?

817


What is the purpose of enum?

756


What is object in oop?

866


How do you achieve runtime polymorphism?

732


What does <> mean pseudocode?

822


What is the important feature of inheritance?

844


write a program to find 2 power of a 5digit number with out using big int and exponent ?

2115


What are oops functions?

775


What is abstraction in oop?

835


class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

1950


How does polymorphism work?

851


Give two or more real cenario of virtual function and vertual object

2057


How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction

1866


What are the 4 main oop principles?

928


Why we use classes in oop?

753