How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.
15 22307what is data Abstraction? and give example
Aaditya Info Solutions, American Express, CMS, College School Exams Tests, Data Entry Operator, First Advantage, Google, HCL, IBM, Infosys, Microsoft, Mind Links, NIIT, Oracle, Pact, QBit Systems, TCS, WAYA, Wipro,
147 300804difference between c and c++?
Cognizant, IBM, Infosys, Oracle, Sarva Shiksha Abhiyan, Wipro,
38 128257write program for palindrome
Amazon, Aricent, CSC, GE, HCL, Infosys, Syntel, Temenos, Wipro,
81 217069how many rounds and wt type of questios ask in the written test for first round 2. tech. round 3. and futher rounds
2587Post New C++ General Questions
What are the general quetions are in DEna bank manager IT/System interviews?
What are the steps in the development cycle?
Which of the following is evaluated first: a) && b) || c) !
Define token in c++.
What happens when you make call 'delete this;'?
Eplain extern keyword?
Explain what happens when a pointer is deleted twice?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?
What are the advantages of using typedef in a program?
Why cstdlib is used in c++?
Is java easier than c++?
What is enum class in c++?
How should runtime errors be handled in c++?
Why is main an int?