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 differance between Abstract and Interface

3 Answers  


What are two types of polymorphism?

0 Answers  


what is use to destroy an object? illustrate.

5 Answers   TCS,


write a program to find 2 power of a 5digit number with out using big int and exponent ?

0 Answers  


What is constructor overloading in oop?

0 Answers  






diff between Abstract class Interfaces?

4 Answers  


WHAT IS THE ACTUAL DEFINATION OF OBJECT AND THE CLASS IN ONE SINGLE LINE WHICH THE INTERVIEWER WANT TO LISTEN.

11 Answers  


WAP find square root of any number (without using sqrt() )?

3 Answers  


When is an object created and what is its lifetime?

4 Answers   IBM,


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?

0 Answers  


1. Wrie a function which returns the most frequent number in a list of integers. Handle the case of more than one number which meets this criterion. public static int[] GetFrequency(int[] list)

1 Answers   Nagarro,


How compiler selects(internally) required overridden function in inheritance?

2 Answers   CSC, Infinite Computer Solutions,


Categories