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
What is polymorphism and types?
What is the purpose of enum?
What is object in oop?
How do you achieve runtime polymorphism?
What does <> mean pseudocode?
What is the important feature of inheritance?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What are oops functions?
What is abstraction in oop?
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
How does polymorphism work?
Give two or more real cenario of virtual function and vertual object
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
What are the 4 main oop principles?
Why we use classes in oop?