Chapter # 01 : Introduction to object oriented language
Part-1 (Introduction to object oriented language)
Read More
Object-oriented programming (OOP) is a programming language model organized around objects rather than “actions” and data rather than logic. Historically, a program has been viewed as a logical procedure that takes input data, processes it, and produces output data.