International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 144 - Number 7 |
Year of Publication: 2016 |
Authors: Harshad Naik |
10.5120/ijca2016910409 |
Harshad Naik . Blackjack Game using Object Oriented Programming Methodology and Python. International Journal of Computer Applications. 144, 7 ( Jun 2016), 7-10. DOI=10.5120/ijca2016910409
In this paper, it has been described how to implement the Blackjack game using Object Oriented Programming in the programming language Python. Object oriented programming is a programming technique which involves dividing the program into classes which have attributes (data) and methods (functions). Objects are basically instances of classes. By using Object Oriented Programming one can get several benefits such as ease of maintainability and code reuse.