List the special characteristics of constructor.
No Answer is Posted For this Question
Be the First to Post Answer
What is a loop? What are different types of loops in c++?
When must you use a pointer rather than a reference?
Why ctype h is used in c++?
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.
Explain virtual class and friend class.
What is the purpose of the "delete" operator?
What is a character in c++?
Can create new c++ operators?
Why is it necessary to use a reference in the argument to the copy constructor?
How would perform Pattern Matching in C++?
What do you mean by enumerated data type?
What is searching? Explain linear and binary search.