Top 1000+ Object Oriented Programming (OOP) Subject Mcqs Pdf Download Set No 15
701.Suppose a program contains an array declared as int array [100]; what will be the size of array? 0 99 … Read more
701.Suppose a program contains an array declared as int array [100]; what will be the size of array? 0 99 … Read more
651. Which values of the integer _value will the following code becomes an infinite loop? int number=1; while (true { … Read more
601.What will be the value of ‘a’ and ‘b’ after executing the following statements? A = 3; b = a++; … Read more
551. If a class declared dynamic memory allocation, then: Default copy constructor, shallow copy is implemented User defined copy constructor, … Read more
501.Which is a weak relationship between two objects? Aggregation Inheritance Composition None of given 502.Data items in a class will … Read more
451.A C++ class is similar to? Structure Header File Library File None of the give 452. What problem (s … Read more
401. How can get only one unique value of the class? dynamic variables static variables instance variables data members 402. … Read more
351.Consider the code below, class class1{ private: void func1(); }; class class2 : private class1 { }; Function func1 of … Read more
301. Which operator will not take any argument if it will be overloaded? / – + None of the given … Read more
251.A format work should have just conventional information types. True False 252.We cannot make a part capacity of a class … Read more