Portfolio

Virtual functions (Hindhi)

जैसा कि हमने देखा था कि बहुरूपता ठीक से है जिसके द्वारा विभिन्न वर्गों के लिए संबंधित वस्तुओं के लिए एक ही संदेश के लिए, लेकिन अलग अलग रूपों में जवाब कर रहे हैं दर्शाता है. एक ठीक से आवश्यक या बहुरूपता की आवश्यकताओं इसलिए जो वर्ग सिद्धांत से संबंधित किसी भी संबंध के बिना वर्गों की वस्तुओं को...

Virtual functions (English)

  Virtual functions             As we had seen that polymorphism refers to the properly by which objects belonging to different classes are able to respond to the same message but in different forms. An essential properly or requirements...

8. Pointers, Virtual Functions & Polymorphism

  8. Pointers, Virtual Functions & Polymorphism   बहुरूपता OOP की एक महत्वपूर्ण विशेषता है. यह बस एक नाम कई रूपों का मतलब है. हम पहले से ही देखा है कैसे बहुरूपता की अवधारणा अतिभारित ऑपरेटरों और कार्यों का उपयोग कर कार्यान्वित किया जाता है. बहुरूपता यानी संकलन समय और चलाते समय के दो...

1. Introduction to Object Oriented Programming/ C++ (in hindhi langague)

1. Introduction to Object Oriented Programming/ C++ (1.परिचयप्रोग्रामिंग / सी + + ऑब्जेक्ट)    सी + + एक OOP जल्दी 1980 में मूर्रे हिल में एटी एंड टी बेल लेबोरेटरीज, न्यू...

Program in C++: -

Program in C++: -     #include<iostream.h>    //header file for standard I/O operations   void main( ) {   cout<<”C++ is developed by Bjarne Stroustrup”; }   सभी C + + प्रोग्राम के रूप में कुछ मतभेदों के साथ सी करने...