C++ object-oriented questions | TechInterviews

C++ object-oriented questions | TechInterviews

瀏覽:380
日期:2025-11-18
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...看更多