what is a class? Explain with an example.
No Answer is Posted For this Question
Be the First to Post Answer
What is const in c++?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
When copy constructor can be used?
Where is atoi defined?
How to avoid a class from instantiation?
show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.
How does code-bloating occur in c++?
There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.
Which is better c++ or java?
What is a class template in c++?
which of the following is not an secondary constant a) array b) real c) union
Can we distribute function templates and class templates in object libraries?