1. Which of the following is an example of a derived data type ?





Write Comment

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->Which of the following is an example of digital data repository?....
QA->Scheme which represent how data are organized in Physical data storage.....
QA->A storage area used to store data to compensate for the difference in speed at which the different units can handle data is:....
QA->Red data book provides data on :....
QA->4G LTE is a standard for wireless communication of high speed data for mobile phone and data terminals. What does LTE stand for?....
MCQ->What will be the output of the following program? #include<iostream.h> class Base { int x, y; public: Base() { x = y = 0; } Base(int xx) { x = xx; } Base(int p, int q = 10) { x = p + q; y = q; } void Display(void) { cout<< x << " " << y << endl; } }objDefault(1, 1); class Derived: public Base { Base obj; public: Derived(int xx, int yy): Base(xx, xx + 1) { } Derived(Base objB = objDefault) { } }; int main() { Derived objD(5, 3); Derived ptrD = new Derived(objD); ptrD->Display(); delete ptrD; return 0; }....
MCQ->Which of the following statements is correct about the C#.NET program given below? namespace IndiabixConsoleApplication { class Baseclass { int i; public Baseclass(int ii) { i = ii; Console.Write("Base "); } } class Derived : Baseclass { public Derived(int ii) : base(ii) { Console.Write("Derived "); } } class MyProgram { static void Main(string[ ] args) { Derived d = new Derived(10); } } }....
MCQ-> Answer questions on the basis of information given in the following case. Bright Engineering College (BEC) has listed 20 elective courses for the next term and students have to choose any 7 of them. Simran, a student of BEC, notices that there are three categories of electives: Job - oriented (J), Quantitative - oriented (Q) and Grade - oriented (G). Among these 20 electives, some electives are both Job and Grade - oriented but are not Quantitative - oriented (JG type). QJ type electives are both job and Quantitative - oriented but are not Grade - oriented and QG type electives are both Quantitative and Grade - oriented but are not Job - oriented. Simran also notes that the total number of QJ type electives is 2 less than QG type electives. Similarly, the total number of QG type electives is 2 less than JG type and there is only 1 common elective (JQG) across three categories. Furthermore, the number of only Quantitative - oriented electives is same as only Job - oriented electives, but less than the number of only Grade - oriented electives. Each elective has at least one registration and there is at least one elective in each category, or combinations of categories.On her way back Simran met her friend Raj and shared the above information. Raj is preparing for XAT and is only interested in Grade - oriented (G) electives. He wanted to know the number of G - type electives being offered. Simran replied, “You have all the information. Calculate the number of G - type electives yourself. It would help your XAT preparation”. Raj calculates correctly and says that there can be _______ possible answers. Which of the following options would b est fit the blank above?
 ....
MCQ->Which of the following statements are correct about Inheritance in C#.NET? A derived class object contains all the base class data. Inheritance cannot suppress the base class functionality. A derived class may not be able to access all the base class data. Inheritance cannot extend the base class functionality. In inheritance chain construction of object happens from base towards derived.....
MCQ-> These questions consist of a question and two statements numbered I and H given below it. You have to decide whether the data provided in the statements are sufficient to answer the question. Read both the statements and mark the appropriate answer. Give answer : Topic:banking-reasoning-data-sufficiency a: The data even in both statements I and II together are not sufficient to answer the question. b: The data in statement I alone are sufficient to answer the question while the data in statement II alone are not sufficient to answer the question. c: The data either in statement I alone or in statement II alone are sufficient to answer the question. d: The data in both statements I and II together are necessary to answer the question. e: The data in statement II alone are sufficient to answer the question while the data in statement I are not sufficient to answer the question.In a building, the ground floor is numbered one, first floor is numbered two and so on till the topmost floor is numbered five. Amongst five people- M, N, O, P and Q, each living on a different floor, but not necessarily in the same order, on which floor does Q live ? I. O lives on an odd numbered floor. M lives immediately below O. Only two people live between M and P. N lives neither immediately below M nor immediately below P. II. N lives on an even numbered floor. Only two people live between N and O. Only one person lives between O and Q.....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use
DMCA.com Protection Status Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions