Getting Started With Object Oriented Programming in Java
Introduction to Object Oriented Programming To build today’s complex software it is not just enough to put together a sequence of programming statements. We need to use sound construction techniques and program structure that are easy comprehend, implement and modify in a wide verity of situations. With the advent of language such as C, structures programming become very popular was the paradigm of the 1980s. However, as the programmes grew larger, even the stricter approach failed to show the desired result in term of bug-free, easy-to-maintain, and reusable programs. To overcome these problems the Object Oriented Programming came in to picture. It is a new way of organizing and developing programs and has nothing to do with any particular language. However, not all languages are suitable to implement the Object Oriented Programming concepts easily. Language that support OOP(Object Oriented Programming) features includes SmallTalk, Objective C, C++, Ada
Comments
Post a Comment