IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE
VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE
THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
No Answer is Posted For this Question
Be the First to Post Answer
Do you know about multiple inheritance?
We have a scale and 7 balls. 1 ball is heavier than all the rest. How to determine the heaviest ball with only 3 possible weighing attempts?
What is an example of genetic polymorphism?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What is overriding vs overloading?
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 byval and byref? What are differences between them?
WHAT IS ABSTRUCT DATA TYPE ? PLEASE EXPLAIN IT.
what is difference between c++ language and java language
why overriding?
What are the access specifiers avaible in c++?
What is the fundamental idea of oop?