What is pure oop?
No Answer is Posted For this Question
Be the First to Post Answer
what is the diffrence between c# and c++
what is a class
When you define a integer it gets stored in which data structure?(Stack or a heap)
What is operator overloading? Give Example
11 Answers CTS, IBM, TCS,
What are the 4 main oop principles?
What are objects in oop?
Write on signed and unsigned integers and give three (3) examples each
Can main method override?
Can java compiler skips any statement during compilation time?
difine hierarchical inheritance.
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 is abstraction in oops with example?