What is abstract method ? Give one example in python
Answers
Answered by
1
Answer:
Abstraction in Python is the process of hiding the real implementation of an application from the user and emphasizing only on usage of it. For example, consider you have bought a new electronic gadget.
MARK AS BRAINLY
Answered by
1
An abstract method is a method that is declared without an implementation , like this: abstract void move to ( Double deltaX , Double deltaY)...
Mark me as a brainliest ❤️...
I request you ❤️❤️
Similar questions