What are the OOPS concepts?
Answer Posted / s.senthil kumar
class
object
data hidung
data encapsulation
inheritance
operator overloading
message passing
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what type of question are asked in thoughtworks pair programming round ?
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
What causes polymorphism?
What is encapsulation process?
What is the example of polymorphism?
What is object in oops?
What is encapsulation and abstraction? How are they implemented in C++?
What is protected in oop?
What is basic concept of oop?
How is class defined?
what is graphics
What is encapsulation c#?
What is polymorphism used for?
What is encapsulation oop?
what are the realtime excercises in C++?