MCQ

a) Abstractionb) Encapsulationc) Inheritanced) Polymorphism ANSWER: d

a. int func(int, int);float func1(float,float); b. int func(int);int func(int); c. int func(float);float func(int, int,char); d. int func(); intnew_func(); ANSWER: C

Related Categories

  • C Programs
  • DSA Programs

Recent Blogs

Best Websites for Programming Languages

Not every aspiring computer programmer can sit down with the documentation for their chosen programming language and teach themselves from scratch. While …

The most popular programming languages in 2022 will probably be completely different from the popular languages today, but that doesn’t mean you …