1 - Evolution of OOP Week 1
1 - Evolution of OOP Week 1
1 - Evolution of OOP Week 1
Ph.D. Scholar
Masters’ Thesis: Title: “Flight Traffic Collision Avoidance System Using Data Analytics”
Research: Data Analytics, Machine Learning, Deep Learning and Digital Image Processing
Starting Out with C++ from Control Structures to Objects 9th Edition
Reference Book
Dev C/C++
To tackle this problem, the function was adopted as a way to make programs
more comprehensible to their human creators.
The term function is used in C++ and C. In other languages the same concept
may be referred to as a subroutine, a subprogram, or a procedure.
The idea of breaking a program into functions can be further extended by grouping
a number of functions together into a larger entity called a module
Several small functions are much easier to read than one long sequence of
statements.