Can an interface inherit a class?
why in java first invoke public static void main(String args[]) method????Why not public static void method1(String args[])??
What does enum stand for?
The company is a fake company asking for money of RS10000 while training and not offering a job after training. My humble request to you people not to attend Astersys interview
What is byval and byref? What are differences between them?
In which Scenario you will go for Interface or Abstract Class?
1 Answers InfoAxon Technologies,
What is pointer in oop?
What are the 3 principles of oop?
which is best institute to learn c,c++ in ameerpet hyderabad
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 cast operator?
Write a program to find out the number of palindromes in a sentence.
Why multiple inheritance is not allowed?