कंप्यूटर फंडामेंटल्स

आज की बदलती हुई दुनिया में टेक्नोलॉजी ने अपना एक अलग ही मुकाम हासिल कर लिया हैं हमारे चारो तरफ टेक्नोलॉजी की दुनिया फैली हुई हैं अब अगर बात टेक्नोलॉजी की हो तो भला कंप्यूटर कैसे पीछे रह सकता हैं कंप्यूटर अब एक ऐसा डिवाइस बन गया हैं जिसके बिना हम अपने जीवन की कल्पना भी नहीं कर सकते हैं हम लोग सुबह से ले कर शाम तक, शाम से लेकर रात तक कंप्यूटर और टेक्नोलॉजी से घिरे हुए हैं और इनका प्रतिदिन उपयोग करते हैं चाहे वह कंप्यूटर हो या लैपटॉप, मोबाइल हो या टेबलेट|

Friend Function क्या है? आवश्यकता, लाभ एवं हानियाँ

Friend Functions Friend Function एक ऐसा function होता है, जो किसी भी class का member function नहीं होता, फिर भी उसे उस class के private और protected data को access […]

Friend Function क्या है? आवश्यकता, लाभ एवं हानियाँ Read More »

कंप्यूटर उपयोग के नैतिक नियम और सावधानियाँ

Computer Ethics (कंप्यूटर नैतिकता) Computer Ethics एक प्रकार के moral values का set है, जो यह सिखाता है कि Computer, Internet और Digital Resources का सही और जिम्मेदारी से उपयोग

कंप्यूटर उपयोग के नैतिक नियम और सावधानियाँ Read More »

Cyber Attack क्या है? प्रकार, प्रभाव एवं बचाव

Cyber Attack क्या है? “जब कोई unauthorized person किसी computer system, server, website, mobile app या network में बिना permission के entry करके data steal करता है, services को disrupt

Cyber Attack क्या है? प्रकार, प्रभाव एवं बचाव Read More »

Virtual functions: परिभाषा, विशेषताएँ, महत्व, लाभ और हानियाँ

Virtual functions (वर्चुअल फंक्शन) C++ में virtual function एक ऐसा member function होता है, जिसे base class में declare किया जाता है, लेकिन उसे derived class में override किया जा

Virtual functions: परिभाषा, विशेषताएँ, महत्व, लाभ और हानियाँ Read More »

Object-Oriented Programming : अवधारणाएँ, विशेषताएँ व उदाहरण

Object-Oriented Programming Object-Oriented Programming (OOPs) एक programming approach है, जिसमें program को design करने के लिए classes और objects का use किया जाता है। Object = real-world entity (जैसे Student,

Object-Oriented Programming : अवधारणाएँ, विशेषताएँ व उदाहरण Read More »

Polymorphism : महत्व, प्रकार, लाभ व हानियाँ

Polymorphism (बहुरूपता) Polymorphism, Object-Oriented Programming (OOPs) का एक important feature है| यह शब्द Greek language से लिया गया है, जहाँ Poly का अर्थ है “Many” और Morph का अर्थ है “Forms”।

Polymorphism : महत्व, प्रकार, लाभ व हानियाँ Read More »

C++ Variables : परिभाषा, प्रकार और उदाहरण

Variables in C++ (C++ में वेरिएबल) Variable एक named memory location होता है, जहाँ हम data store करते हैं। Program execution के दौरान variables का use values को store और

C++ Variables : परिभाषा, प्रकार और उदाहरण Read More »

Inheritance: महत्व, प्रकार, लाभ और हानियाँ

Inheritance Inheritance, C++ में एक बहुत ही important concept है। Inheritance वह process है जिसमें एक derived class (child class) अपनी base class (parent class) की properties और methods को

Inheritance: महत्व, प्रकार, लाभ और हानियाँ Read More »

error: Content is protected !!