C भाषा तथा C++ भाषा में अंतर

Difference between C and C++ in hindi:- C vs. C++ in hindi:- इनके मध्य निम्नलिखित अंतर होता है:- 1:- c लैंग्वेज जो है वह procedure oriented प्रोग्रामिंग लैंग्वेज है जबकि c++, procedure तथा object oriented प्रोग्रामिंग दोनों लैंग्वेज का मिश्रण है. 2:- c में virtual function नहीं है जबकि c++ में virtual function होते है. … Read more

POP तथा OOP के मध्य अंतर क्या हैं? हिंदी में.

Difference between procedure oriented programming (POP) and object oriented programming (OOP) in hindi:- POP vs. OOP in hindi:- POP तथा OOP में निम्नलिखित अंतर होता है. 1:- POP में, प्रोग्राम को छोटे भागों जिन्हें functions कहते है में विभाजित किया जाता है. जबकि OOP में, प्रोग्राम को objects में विभाजित किया जाता है. 2:- POP … Read more

कंट्रोल स्टेटमेंट क्या है? – Control Statement (structure) in Hindi

Control Statements (Structures) in Hindi – कण्ट्रोल स्टेटमेंट्स क्या है? प्रोग्रामिंग भाषा में, प्रोग्राम के execution के flow को नियंत्रित करने के लिए जो स्टेटमेंट्स या structures प्रयोग किये जाते है उन्हें Control Statements (structures) कहते है. Control Statements दो प्रकार के होते है:- 1- Conditional Statements ये निम्नलिखित प्रकार के होते है. (a)- if … Read more

मैमोरी एलोकेशन क्या है तथा इसके प्रकार क्या है?

Memory Allocation in Hindi – मैमोरी एलोकेशन क्या है? Memory allocation एक ऐसी प्रक्रिया जिसमें कंप्यूटर प्रोग्राम्स को मेमोरी allocate की जाती है। मेमोरी एलोकेशन दो प्रकार की होती है:- 1:- Static Memory Allocation 2:- Dynamic Memory Allocation Static Memory Allocation static memory allocation में मेमोरी को compile time में ही allocate कर दिया जाता है। … Read more

Concepts of OOPS in Hindi – OOPS के कांसेप्ट्स क्या हैं?

Hello दोस्तों! आज हम इस पोस्ट में बहुत ही आसान भाषा में Concepts of OOPS in Hindi के बारें में पढेंगे. आप इसे पूरा पढ़िए यह आपको आसानी से समझ आ जायेगा. OOPS concepts in Hindi OOP का पूरा नाम object-oriented programming (ऑब्जेक्ट ओरिएंटेड प्रोग्रामिंग) है। OOPS concepts निम्नलिखित होते है:- Object Class Encapsulation Abstraction … Read more