Computer Science, asked by riyasharma73551, 4 months ago

What is abstract method ? Give one example in python

Answers

Answered by creativityproof
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 faizariyazshaikh001
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