BOOKS - PROGRAMMING - Learn Object Oriented Python Python Technologies
US $5.92
311863
311863
Learn Object Oriented Python Python Technologies
Author: Hasanraza Ansari
Year: 2020
Format: EPUB/AZW3/PDFCONV.
File size: 10 MB
Language: ENG
Year: 2020
Format: EPUB/AZW3/PDFCONV.
File size: 10 MB
Language: ENG
Object-oriented Programming, or OOP for short, is a programming paradigm which provides a means of structuring programs so that properties and behaviors are bundled into individual objects.For instance, an object could represent a person with a name property, age, address, etc., with behaviors like walking, talking, breathing, and running. Or an email with properties like recipient list, subject, body, etc., and behaviors like adding attachments and sending.