The concept of abstraction
Abstraction is a key concept in the domain of Object-Oriented programming as well as the understanding of data structures and algorithms. The dictionary meaning of Abstract »
RESTful web services are built to work best on the Web. Representational State Transfer (REST) means that when a RESTful API is called, the server will »
Abstraction is a key concept in the domain of Object-Oriented programming as well as the understanding of data structures and algorithms. The dictionary meaning of Abstract »
Getter and setter emanate from the concept of Encapsulation which a fundamental concept of OOP as discussed in a recent blog post. In ecapsulation, much of »
As seen in Part 1 of this article series, there is sufficient reason to always have a good system development methodology for any project that you »
Know Thy Complexities! In computer science, much of the theoretical elements have their uses and their applications can turn out to be quite practical. In this »