What is the diamond problem in inheritance?
No Answer is Posted For this Question
Be the First to Post Answer
what are the uses of C++
What are functions in oop?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; a.x = 22; int c = a.x; int *b = new int; cout << c; return 0; } option: No output 0 22 -(11) Will not compile
How is class defined?
What is abstrac class?where is it use?
can we create and enter the data & hide files using programmes ?
Out of 4 concepts, which 3 C++ Follow?
What is object in oops?
What is the difference between procedural programming and oops?
• What are the desirable attributes for memory managment?
what is difference between thread and programme.