Concept is a much-used and debated term that applies to object-oriented computer programming. Object-oriented programming arrived on the programming scene in a big way with the introduction of C++, the first object-oriented programming language to go into widespread use.
C++ was preceded by C, a language that uses long strings of written code to build a function into a computer program. Basic is another language that utilized the same approach of code commands that are combined and repeated more or less in linear fashion. Object-oriented programming is assembled more along the lines of building blocks, beginning with a large object or task for the program to accomplish, and then working downward to successively smaller objects that, when combined, form the large object or function.
Object-oriented programming is described as conceptual in nature. The basic terms used to describe steps in the process of object oriented programming have their own names but are referred to as concepts. Each step is a thought process rather than a mathematical equation or a string of code that accomplishes the step in one particular programming framework.
Thus the primary tools for object-oriented programming are described as concepts.
The first concept is “object,” which is a software bundle of related variables and methods.
A “message” is the communication that occurs between software objects.
A “class” is a model or blueprint that defines the characteristics of all objects of a certain kind – or class.
“Inheritance” is the concept of a class obtaining behavioral and structural characteristics from its “superclass,” which is another concept. Inheritance is a method of structuring and organizing software programs – planting a set of identical characteristics in various places within a program.
“Instantiation” is the process by which individual objects are created by the system. The class description is used as a blueprint to create single instances of that class at that particular point in time and space while the program is running.
An “interface” is a contract, or commitment, of method and action. When a class implements an interface, it commits to performing all of the methods or acts contained in that interface.
These are the principal concepts that are referred to in object-oriented programming. At some point they are translated into code. A well designed program – that is, a program that uses these concepts efficiently – will contain a much lower volume of code than a similar program written in C or Basic. It is a different way of thinking about developing software functions.
Programmers will tell you that the shift in paradigm does not happen like a change in topics during a dinner table discussion. It takes focus to grasp these concepts and practice to learn how to use them efficiently and, of course, how to put them into code. But it is a fundamental change in perspective on the task of constructing a software program, and one that has proven to be a successful step forward in the evolving profession of programming.
Click on a program or degree below to request information from the school of your choice.
There are no obligations and it's completely free!
|
Westwood College isn't your typical institution of higher learning. With our career-focused education, students can earn a bachelor's degree in just three years and some associate degrees in as little as 20 months.
|
|
|
|
|
|
With convenient class locations as well as online learning, University of Phoenix makes quality higher education highly accessible. Whether you’re seeking an associate’s, bachelor’s, master’s or doctoral degree, we can help you reach your goal while you work – and much sooner than you might expect.
|
|
|
|
|
|
An accredited online university founded in 1970 and dedicated to enabling the success of working professionals around the world. Join 33,000+ students making a positive change in their careers and the lives of others.
|
|
|
|
|
|
At ITT Tech we are committed to helping men and women develop the skills and knowledge to pursue many opportunities in fields involving technology, criminal justice, and business.
|
|
|
|
|
|
Whether you want to change or advance your career, Kaplan University will help you get the education you need for the life you want to live. Offering online flexibility, the personal attention of a campus-based experience, reduced costs, financial aid assistance, and a quicker path to your degree, Kaplan University is a smart choice for working adults.
|
|
|
|
|
|
Florida Career College has been specializing in career training since 1982. All our programs are specially designed with employers' requirements in mind. We train individuals who want to succeed in the fields of Allied Health, Cosmetology, Information Technology, and Business and Wellness.
|
|
|
|
|
|
You can start now to make your dream career a reality at Sullivan College of Technology and Design, the region's respected academy for training technical and creative professionals. For half a century, we've shaped the people who've shaped the design and technology industries, with career-focused programs designed to prepare students for success much sooner than traditional colleges.
|
|
|
|
|
|
As an accredited university, Capella University takes online education to a higher level. We believe that real, life-changing learning happens in an environment of academic excellence, challenge, and personal connection.
|
|
|
|
|
|
Founded in 1970, American InterContinental University offers a wide range of Associate, Bachelor's and Master's degree programs. Our institution of higher learning is focused on helping students acquire industry-current knowledge and skills as they pursue, build and advance their careers in many of today's most in-demand fields.
|
|
|
|
|
Tags: computer science, programming, software programmers, software writers
This entry was posted
on Thursday, December 11th, 2008 at 4:32 pm and is filed under Computers and Technology.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.