Thursday, May 11, 2017

Creating a Python Class

We are back to creating the Python coding course based on the same outline we used for Java coding. We are going to continue the parallel screenshots showing the code in pseudocode, Java and Python. This step shows how to create a simple employee details class. Just define a class and inside the class define your methods (functions). Later steps will instantiate the class,add a constructor, etc.

 Enlarged image on box.com
Click to view enlarged image on box.com

No comments:

Post a Comment