Can abstract class have normal methods?


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

Post New Answer

More OOPS Interview Questions

JAVA is FULLY OBJECT ORIENTED PROGRAMING LANGUAGE?

3 Answers  


What does the code "cout<<(0==0);" print? 1) 0 2) 1 3) Compiler error: Lvalue required

15 Answers   ISTS, Wipro,


What is oops in programming?

0 Answers  


What does the keyword "static" mean?

4 Answers   TCS,


What is abstrac class?where is it use?

2 Answers  






#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; wow *b; a.x = 22; b = &a; a.x = 23; cout << b->x; return 0; }

1 Answers  


What is object-oriented programming? Webopedia definition

0 Answers  


Name a typical usage of polymorphism

3 Answers  


what is multi level inheritance give n example ?

13 Answers   HDFC, Hulas Steel, Ness Technologies,


what is pointers

7 Answers   Exilant,


What is polymorphism explain?

0 Answers  


What is interface in oop?

0 Answers  


Categories