© Sanjib Sinha 2017

Sanjib Sinha, Beginning Ethical Hacking with Python, 10.1007/978-1-4842-2541-7_15

15. Classes

Sanjib Sinha

(1)Howrah, West Bengal, India

If you are a complete beginner, you are probably hearing for the first time about “object-oriented programming and class.” Let us give a brief introduction to object-oriented programming (OOP).

Object-Oriented Methodology

It is based on real world programming. An object is a representation of a real world entity. If there is an object, there must be a class or blueprint behind it. In that class, the behavior of that object is designed or described in detail. These details consist of all the properties and actions that the object performs. There could be many types of objects coming from different ...

Get Beginning Ethical Hacking with Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.