What is abstraction and encapsulation?
No Answer is Posted For this Question
Be the First to Post Answer
what is the size of an empty class
Tell us about yourself.
47 Answers ABB, Amazon, Fidelity, Flextronics, Franklin Templeton, HCL, Hexaware, IBM, Impetus, Infosys, Reliance, Rofous, Silgate, Sutherland, TCS, Thomson Reuters, Virtusa, Wipro,
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
Out of 4 concepts, which 3 C++ Follow?
If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?
What is overloading in oops?
What is meant by oops concept?
how to get the oracle certification? send me the answer
Write a program to sort the number with different sorts in one program ??
how to swap the variables without using temp and operators
What is the renewal class?
What is the difference between class and structure?