Tuesday, January 22, 2019

यहाँ C ++ के बारे में कुछ तथ्य दिए गए हैं ..(Here are some awesome facts about C++ that may interest you.)

यहाँ C ++ के बारे में कुछ भयानक तथ्य दिए गए हैं जो आपको रूचि दे सकते हैं:

 

 

1. C ++ का नाम C से परिवर्तन के विकासवादी स्वरूप को दर्शाता है। "++" C वेतन वृद्धि ऑपरेटर है।
2. C ++ सभी प्रकार के तकनीकी और वाणिज्यिक सॉफ्टवेयर के विकास के लिए प्रमुख भाषाओं में से एक है।
3. सी ++ ऑब्जेक्ट-ओरिएंटेड प्रोग्रामिंग का परिचय देता है, सी में मौजूद नहीं है। अन्य चीजों की तरह, सी ++ ओओपी की चार प्राथमिक विशेषताओं का समर्थन करता है: एनकैप्सुलेशन, बहुरूपता, अमूर्तता और विरासत।
4. C ++ को Simula67 प्रोग्रामिंग लैंग्वेज से OOP फीचर्स मिले।
5. C ++ प्रोग्राम को चलाने के लिए एक फ़ंक्शन न्यूनतम आवश्यकता है।
6. C और C ++ का आविष्कार एक ही स्थान पर अर्थात T बेल प्रयोगशालाओं में हुआ।
7. विशुद्ध रूप से ऑब्जेक्ट ओरिएंटेड नहीं: हम कक्षाओं का उपयोग किए बिना C ++ कोड लिख सकते हैं और यह किसी भी त्रुटि संदेश को दिखाए बिना संकलित करेगा। C के ऊपर भाषा के कुछ विस्तार हैं, जो OOP और जेनेरिक प्रोग्रामिंग को अधिक सुविधाजनक बनाते हैं।
8. कई प्रोग्रामिंग भाषाएं सी ++ से प्रभावित हैं, जिनमें से कुछ में सी #, जावा और यहां तक ​​कि सी के नए संस्करण भी शामिल हैं।
9 संदर्भ चर की अवधारणा: ऑपरेटर अल्गोल 68 प्रोग्रामिंग भाषा से उधार लिया गया ओवरलोडिंग।
C ++ की सफलता के पीछे 10.A प्रमुख कारण यह है कि यह विभिन्न प्रोग्रामिंग शैलियों का समर्थन करता है। यह एक बहुदलीय प्रोग्रामिंग भाषा है जो केवल OOP प्रतिमान बल्कि कई अन्य प्रतिमानों का भी समर्थन करती है।

Here are some awesome facts about C++ that may interest you:


1. The name of C++ signifies the evolutionary nature of the changes from C. “++” is the C increment operator.

2. C++ is one of the predominant languages for the development of all kind of technical and commercial software.

3. C++ introduces Object-Oriented Programming, not present in C. Like other things, C++ supports the four primary features of OOP: encapsulation, polymorphism, abstraction, and inheritance.

4. C++ got the OOP features from Simula67 Programming language.

5. A function is the minimum requirement for a C++ program to run.

6. C and C++ invented at same place i.e. at T bell laboratories.

7. Not purely object oriented: We can write C++ code without using classes and it will compile without showing any error message. The language have some extensions over C, that make OOP and generic programming more convenient.

8. Many programming languages are influenced by c++, some of which include C#, Java and even newer versions of C.

9 Concept of reference variables: operator overloading borrowed from Algol 68 programming language.

10.A major reason behind success of C++ is that it supports various programming styles. It is a multiparadigm programming language that not only supports OOP paradigm but also many other paradigms.


1 comment: