STL (140)
OOPS (873)
C++ General (2409) INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
2260write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
2751In java a final class is a class that cannot be derived. How can you make a similar class in C++
1 4307if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3
3 8271create a class complex having real and imaginary part of a complex no. as a data member. overload the binary operators(+,- and *) to perform the operations on complex no. objects. overload binary operator using friend function.
2 5872write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
2481
Q1. A. What is unary operator? List out the different operators involved in the unary operator. B. What is an adjust field format flag? Q2. A. Distinguish between a # include and #define. B. Can a list of string be stored within a two dimensional array? Q3. A.Explain how a pointer to function can be declared in C++? B.List the merits and demerits of declaring a nested class in C++? Q4. A. What are the syntactic rules to be avoid ambiguity in multiple inheritence? B. Explain the operation of overloading of an assignment operator. Q5. A. Explain how the virtual base class is different from the conventional base classes of the opps. B. Explain how an exception handler is defined and invoked in a Program. Q6. A. What is a binary file? List the merits and demerits of the binary file usagein C++. B. Write short notes on Text Manipulation Routines. C. Write bites in Turbo c++ Header (“Include”) Files.
What are the advantages of prototyping?
Is c++ built on c?
What is do..while loops structure?
Write about the members that a derived class can add?
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
What does catch(…) mean?
What are the 2 main types of data structures?
Does c++ have a hash table?
What are the three parts of a simple empty class?
What is encapsulation selenium?
What is encapsulation with real life example?
Why do we use encapsulation in oops?
Is java made in c++?
What is purpose of inheritance?