IBM Interview Question
649 Interview Reviews |
Back to all IBM Interview Questions & Reviews
Interview questions and reviews posted anonymously by interview candidates
Interview Question for Extreme Blue Intern at IBM:
What is the difference between an abstract class and an interface?
| Tags: | java, c++, oop See more , See less 8 |
Helpful Question?
Yes |
No
Inappropriate?
Answers & Comments (2)
Helpful Answer?
Yes |
No
Inappropriate?
To comment on this
question,
Sign In with Facebook or
Sign Up
0 of 0 people found this helpful
by KD Singh:
Whereas an Interface you have to understand what do you mean by object type.
An object's class defines how the object is implemented. The class defines the object's internal state and the implementation of its operations. In contrast, an object's type only refers to its interface—the set of requests to which it can respond