Python Programming PP101 09 September 2024 Session 04

Описание к видео Python Programming PP101 09 September 2024 Session 04

Session-09 has two parts.
Part 1 covers
Functions: Built-in functions are predefined by the language, while user-defined functions are created by the programmer to perform specific tasks.
Try Except: A method for handling errors in code by attempting to execute code in a try block and managing exceptions in an except block.
Part 2 Covers
Introduction to Object Oriented Programming (OOPs).
Classes and Objects
Encapsulation
Inheritance
Polymorphism
Abstraction
This session helps you with the Concepts of Object Oriented Programming to be able to walk through the Python class def and it's coding next session.

Комментарии

Информация по комментариям в разработке