Question: What are the differences between a C++ abstract class and a Java interface?
What are the differences between a C++ abstract class and a Java interface?
Step by Step Solution
3.46 Rating (159 Votes )
There are 3 Steps involved in it
Abstract class vs Interface Type of methods Interface can have only abstract methods An abstract class can have abstract and nonabstract methods From ... View full answer
Get step-by-step solutions from verified subject matter experts
