What is the advantage of oop over procedural language?
No Answer is Posted For this Question
Be the First to Post Answer
What do we mean by a hidden argument in a function?
What is ambiguity in inheritance?
What is the difference between a mixin and inheritance?
Can java compiler skips any statement during compilation time?
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 the difference between pass by reference and pass by value?
what are the ways in which a constructors can be called?
What is Inheritance, Multiple Inheritance, Shared and Repeatable Inheritance?
can we create and enter the data & hide files using programmes ?
What is virtual function?where and when is it used?
WAP to generate 2n+1 lines of the following pattern on the computer screen:
Have you ever interfaced with a database?