Changes

Jump to: navigation, search

OPS435 Python Lab 6

479 bytes added, 09:27, 21 January 2020
no edit summary
<font color='red'>
'''** DO NOT USE - TO BE UPDATED FOR CENTOS 8.0 **'''
</font>
= LAB OBJECTIVES =
* Create new type of objects using the Class construct and investigate different ways in using them.
|}
 
== Key Concepts related to Python Class and Object ==
* Programmer-defined types
* Class Object
* Class methods: __init__, __str__, etc
* Class instance: attributes and methods
* Object instantiation
* Object Attributes
* Pure Function
* Scopes and Namespaces: local, nonlocal, and global
* Class definition syntax
* Class and Instance variables
* Iterators and Generators
 
* Operator overloading
= INVESTIGATION 1: Creating Classes =
1,760
edits

Navigation menu