Coordinate geometry
Coordinate geometry

Coordinate geometry

Coordinate geometry Que. 1. Find the distances between the following pairs of points. 1. (2,3),          (4,1) A (2,3)  (X1, Y1)                 B (4,1)  (x2,y2) 2.  (-5,7)    ,        (-1,3) P (-5,7)  (X1, Y1)                Q (-1,3) (x2,y2) 3.   (a, b) ,               (-a, -b) P (a, b)  (X1, Y1)                Q (-a, -b) (x2,y2) Que. 2. Find the distance between…

0 Comments
Default constructors, parameterized constructors in c++
Default constructors, parameterized constructors in c++

Default constructors, parameterized constructors in c++

Default constructors, parameterized constructors in c++ In the C++ programming language, constructors are built-in functions or features that create special class members for a user-defined class program. They are automatically called when an object of an existing class is created. User-declared constructors in a class program initialize an object and its data type member values.…

0 Comments
Default constructors, parameterized constructors c++ In Hindi
Default constructors, parameterized constructors c++ In Hindi

Default constructors, parameterized constructors c++ In Hindi

Default constructors, parameterized constructors c++ In Hindi C++ प्रोग्रामिंग लैंग्वेज में कंस्ट्रक्टर क्लास प्रोग्राम में यूजर डिफाइन स्पेशल क्लास मेंबर के बिल्ट-इन फ़ंक्शन या फीचर्स होते हैं. जो मौजूदा क्लास में किसी ऑब्जेक्ट के क्रिएट होने पर प्रोग्राम में अपने आप कॉल हो जाते हैं। क्लास प्रोग्राम में यूजर डिक्लेअर कंस्ट्रक्टर ऑब्जेक्ट और उसके डेटा…

0 Comments
Access Specifiers: public, private, protected in c++
Access Specifiers public, private, protected in c++

Access Specifiers: public, private, protected in c++

Access Specifiers: public, private, protected in c++ Class access specifiers in the C++ programming language control or manage the visibility and accessibility of user-defined class members (including both existing class data members and class-declared member functions) within the current program. In a simple C++ program, class visibility features allow you to define multiple individual public,…

0 Comments
Access specifiers: public, private, protected c++ In Hindi
Access specifiers public, private, protected c++ In Hindi

Access specifiers: public, private, protected c++ In Hindi

Access specifiers: public, private, protected c++ In Hindi C++ प्रोग्रामिंग लैंग्वेज में क्लास एक्सेस स्पेसिफायर यूजर डिफाइन क्लास मेंबर्स (जिसमे मौजूदा क्लास डेटा मेंबर्स और क्लास डिक्लेअर मेंबर फंक्शन दोनों) की मौजूदा प्रोग्राम क्लास विज़िबिलिटी और एक्सेसिबिलिटी को कंट्रोल या मैनेज करते हैं. एक सिंपल C++ प्रोग्राम में क्लास विजिबिलिटी फीचर्स आपको मौजूदा प्रोग्राम में…

0 Comments
Coordinate geometry in Hindi
Coordinate geometry in Hindi

Coordinate geometry in Hindi

Coordinate geometry in Hindi Que. 1. बिंदुओं  के निम्नलिखित युग्मो के बीच की दूरियाँ ज्ञात कीजिये 1. (2,3),          (4,1) A (2,3)  (X1, Y1)                 B (4,1)  (x2,y2) 2.  (-5,7)    ,        (-1,3) P (-5,7)  (X1, Y1)                Q (-1,3) (x2,y2) 3. (a, b) ,               (-a, -b) P (a, b)  (X1, Y1)                Q (-a, -b) (x2,y2) Que. 2. बिंदुओं…

0 Comments
Triangle Mathematics Solutions.
Triangle Mathematics Solutions

Triangle Mathematics Solutions.

Triangle Mathematics Solutions. Que.1. State which pairs of triangles in the figure are similar. Write the similarity criterion used to answer the question and also express the similar triangles in symbolic form. 1. Que. 3. Trapezium ABCD, with AB || DC, has diagonals AC and BD intersecting at . Using the similarity criterion for two…

0 Comments
Triangle Mathematics Solutions in Hindi.
Triangle Mathematics Solutions in Hindi

Triangle Mathematics Solutions in Hindi.

Triangle Mathematics Solutions in Hindi. Que.1. बताइए कि आकृति में दिए त्रिभुजों के युग्मों में से कौन-कौन से युग्म समरूप हैं। उस समरूपता कसौटी को लिखिए जिसका प्रयोग आपने उत्तर देने में किया है तथा साथ ही समरूप त्रिभुजों को सांकेतिक रूप में व्यक्त कीजिए । 1. 2. Que. 3. समलंब ABCD, जिसमें AB ||…

0 Comments
Triangle Solutions
Triangle Solutions

Triangle Solutions

Triangle Solutions Que. 1. In figures (i) and (ii), DE || BC. Find EC in (i) and AD in (ii): (i) (ii) Que. 2. Points E and F lie on the sides PQ and PR, respectively, of a triangle PQR. State whether EF || QR: 1. PE = 3.9 Cm, EQ = 3 Cm, PE…

0 Comments
Triangle Solutions In Hindi
Triangle Solutions in Hindi

Triangle Solutions In Hindi

Triangle Solutions In Hindi Que. 1. आकृति (i) और (ii) में, DE || BC है। (i) में EC और (ii) में AD ज्ञात कीजिए: (i) दिया है – DE || BC (ii) दिया है – DE || BC Que. 2. किसी त्रिभुज PQR की भुजाओं PQ और PR पर क्रमश: बिंदु E और F स्थित…

0 Comments