Interviewer And Interviewee Guide

C++ Static Data Interview Question:

What is local class in C++?

Submitted by: Administrator
Local class is define within the scope of a function and nested within a function.
E.g.
int func1()
{
class localclass1
{.....};
}
Submitted by: Administrator

Read Online C++ Static Data Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.