Functions used Programming Languages, BCA, MCA, MSc. IT lecture by Namrata Mehta

The video is all about the functions used programming languages. Functions are the small programs that removes the repetitive steps and thus reduce the size of the program. It consists of …

Concept of Object Oriented programming in C++ lecture by Dhanesh Gupta

In Object Oriented programming the emphasis is on data rather than on procedure. Programs are divided into objects , Data is hidden and can’t be accessed by external design. The main …