Can an interface inherit a class?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

why in java first invoke public static void main(String args[]) method????Why not public static void method1(String args[])??

1 Answers  


What does enum stand for?

0 Answers  


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

1 Answers   Astersys,


What is byval and byref? What are differences between them?

0 Answers   HCL, Wipro,


In which Scenario you will go for Interface or Abstract Class?

1 Answers   InfoAxon Technologies,


What is pointer in oop?

0 Answers  


What are the 3 principles of oop?

0 Answers  


which is best institute to learn c,c++ in ameerpet hyderabad

1 Answers  


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

0 Answers  


what is cast operator?

2 Answers   Microsoft,


Write a program to find out the number of palindromes in a sentence.

1 Answers   TCS,


Why multiple inheritance is not allowed?

0 Answers  


Categories