Banner Ad

Showing posts with label OOPS interview Questions. Show all posts
Showing posts with label OOPS interview Questions. Show all posts

Sunday, March 16, 2014

Daily Interview Question #7: Implicit and Explicit Implementation of Interface

By Francis   Posted at   12:22 AM   OOPS interview Questions No comments
                                                   This is the most common interview question for experienced professionals. Normally an interface can be implemented in a class in a normal way which is a implicit implementation. Sometime, we may have same method name in different interfaces. If

Tuesday, January 28, 2014

Daily Interview Question #5 : What is the difference between “Method Overloading” and “Method Overriding”?

By Francis   Posted at   1:47 PM   OOPS interview Questions No comments
td { border: solid 2px lightgrey;} Method overloading Method overriding method overloading used to achieve “early binding” or “static binding”. method overriding used to achieve “late (dynamic) binding” or “runtime polymorphism”. method overloading means, in a class method can be

Monday, January 27, 2014

Daily Interview Questions #4: What is the difference between Abstract Method and Virtual Method?

By Francis   Posted at   1:29 PM   OOPS interview Questions No comments
Abstract Method: Abstract method specified by “abstract” keyword. An abstract method contains no definition. Derived class must implement the abstract methods. Object cannot be created for abstract class. That is abstract class can not be instantiated. Virtual Method: Virtual method
Connect with Us

Powered by Blogger .
back to top