Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Ankancode123/Abstract-Class-Problem-HackerRank

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
3 Commits
 
 
 
 

Repository files navigation

Abstract-Class-Problem-HackerRank

Solution of Abstract Class problem of HackerRank| Python

Task Given a Book class and a Solution class, write a MyBook class that does the following:

Inherits from Book Has a parameterized constructor taking these parameters: string string int Implements the Book class' abstract display() method so it prints these lines: , a space, and then the current instance's . , a space, and then the current instance's . , a space, and then the current instance's . Note: Because these classes are being written in the same file, you must not use an access modifier (e.g.: ) when declaring MyBook or your code will not execute.

Input Format

You are not responsible for reading any input from stdin. The Solution class creates a Book object and calls the MyBook class constructor (passing it the necessary arguments). It then calls the display method on the Book object.

Output Format

The method should print and label the respective , , and of the MyBook object's instance (with each value on its own line) like so:

Title: $title Author: $author Price: $price

About

Solution of Abstract Class problem of HackerRank| Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.