Abstract

Description

Abstract
José Alfredo Santes Benítez
Flashcards by José Alfredo Santes Benítez, updated more than 1 year ago
José Alfredo Santes Benítez
Created by José Alfredo Santes Benítez almost 7 years ago
16
0

Resource summary

Question Answer
Abstract Class Classes defined as abstract may not be instantiated, and any class that contains at least one abstract method must also be abstract.
Abstract Methods Methods defined as abstract simply declare the method's signature - they cannot define the implementation.
What to do if I have an abstract class with abstract methods? When inheriting from an abstract class, all methods marked abstract in the parent's class declaration must be defined by the child; additionally, these methods must be defined with the same (or a less restricted) visibility.
What to do if I have an abstract protected method? If the abstract method is defined as protected, the function implementation must be defined as either protected or public, but not private.
Is it the same interface and abstraction? No, an abstract class can provide some functionality and leave the rest for derived class, and the interface cannot contain any functionality. It only contains definitions of the methods.
Characteristics Part 1 The derived class may or may not override the concrete functions defined in base class The child class extended from an abstract class should logically be related
Characteristics Part 2 Methods that are declared as abstract will not contain method body or method implementation. It can have only the method signature When inheriting from an abstract class the child class must implement all the methods named as abstract in the parent class
Characteristics Part 3 When inheriting from an abstract class the abstract methods implemented in the child class should be of the same or lesser visibility Abstract classes may have non abstract methods (which has a method body) you cannot implement an abstract class, you can only extend it
Show full summary Hide full summary

Similar

Paradise Lost Themes/Quotes
Kirsty S
CONCRETE, ABSTRACT AND COLLECTIVE NOUN
Mark Anthony Sy
Nouns
lalasniffles
El Reino de Las Plantas
Rodrigo Vicente
Abstract Class Quiz
joannazhang13
Agile Development
José Alfredo Santes Benítez
Ambrosia
Mithun Baiju
Abstract Class Example
joannazhang13
Paradise Lost Book IX
Emma Kiey
Paradise Lost Themes/Quotes
neamhrose123