What is the expansion of OOPS?

Answer Posted / srsabariselvan

Object Oriented Programming

Is This Answer Correct ?    40 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is oops in simple words?

577


What is the types of inheritance?

602


What is static modifier?

630


Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer

1618


What is abstraction and encapsulation?

569






What is data binding in oops?

584


String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?

1938


What is encapsulation in oops?

534


What does sksksk mean in text slang?

1532


How many human genes are polymorphic?

570


What is static in oop?

585


What does oop mean in snapchat?

680


i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<

1413


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

1696


What are the benefits of interface?

577