class type to basic type conversion
No Answer is Posted For this Question
Be the First to Post Answer
Why do pointers exist?
what is the difference between a package and a software?
Why do while loop is used?
what is the difference between class and object?
who is the father of OPPS
Can you name some types of inheritance?
namespace is working on which compiler?
What is advantage of inheritance?
What are callback functions in c++
what is function over loading?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?