C++ object-oriented questions | TechInterviews

C++ object-oriented questions | TechInterviews

瀏覽:344
日期:2024-05-27
1.Which of the following is not true about C++ A. Code removable B. Encapsulation of data and code C. Program easy maintenance D. Program runs faster 2 . For the following C program struct base {int a,b; base(); int virtual function1();} struct derv1:base...看更多