| YouTube Channel

object-oriented programming (OOP)

 
Computer Terms
Sanskrit
-n : वस्तुमूलकविधिलेखनम् (वस्तुविलेखनम्) “वस्तु” इति तत्त्वम् आधारीकृत्य कल्पितानां विधिभाषाणां तथा विधिलेखनपद्धतिनां प्रयोगः “रीतयः” इत्याख्योपविधिभिः सहः सम्पुटितः दत्तांशविधानम् एव वस्तु इत्युच्यते रीतयः, दत्तांशेन कार्यं कुर्वन्ति रीतिनां माध्यमेन मात्र दत्तांशस्योपरि क्रियां कर्तुं शक्यते एकस्य वर्गस्य सर्वासाम् अभिव्यक्तीनां रीतयः समानाः भवन्ति (OOP) The use of a class of programming languages and techniques based on the concept of an " object " which is a data structure ( abstract data type ) encapsulated with a set of routines, called " methods ", which operate on the data. Operations on the data can only be performed via these methods, which are common to all objects that are instances of a particular " class ".