What is encapsulation in oop?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

What is polymorphism used for?

0 Answers  


how to find the correct email address format by using the programe?

1 Answers   Accenture,


define a string class. overload the operator == to compare two strings

2 Answers   Birla, Ericsson, HCL, Infosys, Infotech, MCAS, Satyam,


Can private class be inherited?

0 Answers  


What is meant by multiple inheritance?

0 Answers  






Base class has two public data members. How can i derive a new class with one datamember as public and another data member as private?.

2 Answers  


what is the technical or oop name of object?

1 Answers  


what are the uses of C++

1 Answers  


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

0 Answers  


what is object slicing

3 Answers   TCS,


Write pseudo code for push in a stack?

2 Answers   emc2,


What is methods in oop?

0 Answers  


Categories