Pronay DuttaKnowledge Contributor
What is OOPs in Computer Science?
What is OOPs in Computer Science?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Questions | Answers | Discussions | Knowledge sharing | Communities & more.
Object-oriented programming (OOP) is a programming paradigm that uses objects to represent and manipulate data. In OOP, objects are made up of data and code, with data in the form of fields and code in the form of procedures, or methods. Objects are defined by their properties, or attributes, and behaviors, or methods.
OOP is based on the concept of classes of objects that are closely linked to their associated methods. It also includes ideas of inheritance of attributes and methods. OOP provides concepts that help model complicated real-world systems into manageable software solutions.