Which method cannot be overridden?


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

Post New Answer

More OOPS Interview Questions

What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile

4 Answers  


Program to check whether a word starts with a capital letter or not.

1 Answers   Infosys,


can inline function declare in private part of class?

1 Answers  


What are the advantages of polymorphism?

0 Answers  


Name an advantage of array over linked list?

24 Answers   GML, IBM, Software Solutions,






what is object oriented programming and procedure oriented programming?

3 Answers  


why destructor is not over loaded?

5 Answers  


what is difference between thread and programme.

1 Answers   NCC,


What are the advantages of inheritance?

26 Answers   IBS, TCS,


What are constructors in oop?

0 Answers  


Why do we use class?

0 Answers  


When will a constructor executed?

5 Answers   TCS,


Categories