Object-oriented: Programming

: You can use classes you’ve written before in new projects through inheritance.

Object-Oriented Programming (OOP) is a programming paradigm based on the concept of which can contain data and code: data in the form of fields (attributes), and code in the form of procedures (methods). Object-Oriented Programming

: This is about "bundling" data and the methods that work on that data into a single unit (a class) and hiding the internal details from the outside world. It’s like a black box; you know what it does, but you don't need to see the wires inside to use it. : You can use classes you’ve written before

To truly understand OOP, you need to know its four core principles: It’s like a black box; you know what

Think of OOP as building with Lego bricks. Instead of writing a long list of instructions for a computer to follow top-to-bottom, you create independent units (objects) that interact with each other. The Four Pillars of OOP

2 thoughts on “Silent Install of Oracle 11.2.0.3 on Solaris 11 x86

Leave a comment