Object-Oriented Programming

Object-oriented programming is a technique that solves problems by breaking them down into objects. Object-oriented programming aims to implement real-world entities like inheritance, hiding, polymorphism etc.Object-oriented programming is about creating objects that contain both data and methods, whereas Procedural programming is about writing procedures or methods that operate on data. Classes and objects are the two main aspects of object-oriented programming: Class Object First let’s start with the example of OOp after that we know more about it Example :Class

Read more

Defined Kubernetes in Abhishek’s words!!!

Q: What is Kubernetes? A: Kubernetes is open source container orchestration tool, which helps to manage and automate multiple process for container management, K8s has changed the way we use to work on servers operating system, According to some experts it’s a new Server OS and replacement of Linux. But in my word K8s is just a container manager which is created integrating multiple components. It’s agile, highly scalable easy to manage and deploy. Q. Why Kubernetes? A. There are

Read more