Which is best c++ or java?
No Answer is Posted For this Question
Be the First to Post Answer
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
Which software is used to run c++ program?
write 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.
Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.
What are the advantages of pointers?
Can we distribute function templates and class templates in object libraries?
Write a C++ Program to Generate Random Numbers between 0 and 100
How const int *ourpointer differs from int const *ourpointer?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
Is the declaration of a class its interface or its implementation?
What is difference between class and function?
List out function which we can call without using object