What is the renewal class?
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between String s=new String("vali"); String s="vali"
In multilevel inheritance constructors will be executed from the .... class to ... class
What is Iteration Hierarchy? What is what is Object behavioral concept?
what is the need of abstraction? what is abstraction?what is the abstraction for stack?
What is the use of oops?
What is a scope resolution operator?
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 class encapsulation?
Program to check whether a word is the first word of the sentence.
What is this pointer in oop?
What is the advantage of oop over procedural language?
explain the concepts of oops?