Difference between revisions of "Abstract"

From Logic Wiki
Jump to: navigation, search
m
 
m (1 revision imported)
(No difference)

Revision as of 14:27, 9 May 2016


Once you define the name but not implement the body and all child classes should implement their own bodies under defined name it's called abstract.

if you set a method as abstract in a class, you have to define class itself as abstract

if all the members are abstract class can be defined as interface