TODAY JAVA SCHOOL

In java school, programming, design, computer general knowledge, web application, software, web services, social media, digital marketing, oops, concept of programming language, oops feature, console media, graphics medium, first programming, c, c ++ , Java, PHP, SQL, MySQL, HTML, HTML_5, J_query, JavaScript, Bootstrap, Framework, images with logos, examples, shared and explained.

https://www.amazon.in/b?node=26373545031&linkCode=ll2&tag=1234567801cdb-21&linkId=3b9882431b00409b44141e0344b35a15&language=en_IN&ref_=as_li_ss_tl

Breaking

Monday 29 June 2020

The Overload Anachronism In C++| The Overload Anachronism In C++ In Hindi

The Overload Anachronism In C++

When c++ was created the keyword was required to create an overload function. It is obsoleted and no longer used or supports. Indeed, it is not even  a reserved word in standard c++. Because you might encounter  older program and for its historical interest, it is a good idea to know how overload was used.

Overload func-name;

image of The Overload Anachronism In C++
Fig:The Overload Anachronism In C++


Here, func- name is the name of the function that you will be overloading. This statement must process the overloaded declaration.

For example: 

 This tell an old-style compiler that you will be overloading a function called test():

Overload test();


No comments:

Post a Comment