In programming, "oops" is not an acronym or technical term. Instead, it's often used informally as an exclamation to express that a mistake or error has been made. It's a playful or light-hearted way of acknowledging that something unintended or unexpected has occurred in your code. For example, if you discover a bug or realize that you've made a coding mistake, you might say "oops" to acknowledge the error before proceeding to correct it. It's a way programmers sometimes inject a bit of humor into the process of debugging and problem-solving.
As the name suggests, Object-Oriented Programming or OOPs refers to languages that use objects in programming. Object-oriented programming aims to implement real-world entities like inheritance, hiding, polymorphism, etc in programming. The main aim of OOP is to bind together the data and the functions that operate on them so that no other part of the code can access this data except that function.
OOPs Concepts:
Comments
Post a Comment