What is the expansion of OOPS?
Answers were Sorted based on User's Feedback
Answer / rehman memon
OOP stands For Object Oriented Programming
| Is This Answer Correct ? | 32 Yes | 15 No |
Answer / pabcet mca terrors
Object Orientated Programming Structure.
| Is This Answer Correct ? | 4 Yes | 2 No |
Is following functions are said to be overloaded? int add(int a,int b) char *add(int a,int b)
what is oops
What is the types of inheritance?
what are the realtime excercises in C++?
Does c++ support multilevel and multiple inheritance?
What is the difference between Home and $Home?
What is multilevel inheritance in oop?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is virtual constructors/destructors?
What is difference between abstraction and encapsulation?
what is pointers
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?