Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are virtual functions?

Answers were Sorted based on User's Feedback



What are virtual functions?..

Answer / satendra

In OOP, virtual methods are those methods which can be
overridden within an inheriting class by a function with the
same signature. This concept is a very important part of the
polymorphism portion of OOP. In JAVA by default all methods
are virtual.

Is This Answer Correct ?    19 Yes 3 No

What are virtual functions?..

Answer / niranjanravi

Functions which are called at runtime are called virtual
functions.

Is This Answer Correct ?    8 Yes 7 No

Post New Answer

More Core Java Interview Questions

what are variables in java

7 Answers   Wipro,


What is the difference between delete and delete[]

3 Answers   Amazon,


What is a stack class in java ?

0 Answers   Akamai Technologies,


1.) if we use "private" in place of "public" in public static void main()... 2.) if we use "int" in place of "void".... 3.) can we ommit "static" keyword from that statement.... 4.) also can we give the command line arguments type as int type or float,etc.(.i.e (string args[]))

1 Answers  


What are the characteristics of Final,Finally and Finalize keywords.

0 Answers   Flextronics,


How do you clear a method in java?

0 Answers  


we have two threads..both the threads are reading the data.. is there any need of synchronization there?...justify it?

4 Answers   IBM,


tell me some common

2 Answers   TCS,


What is substring of a string?

1 Answers  


What class allows you to read objects directly from a stream in java programming?

0 Answers  


Can we override the static methods?

0 Answers  


How to create an instance of a class if the class has private constructor?

3 Answers  


Categories