Computer Science, asked by saizelkapoor8, 1 month ago

01.
Write a program in C++ that provides a user-defined class NewFloat with a data member
floatData of type float. The class also comprises the following members:
default and parameterized constructors
an inline member function printData() that prints the details of an object of
the class
a member function decidata () that returns the decimal part of floatData
operator overloading to perform the following operations
post increment (++) increments floatData by 1.
less than (<) on a pair of objects of the class. The function returns 1 if the
data member of the object on the LHS of the operator is less than the data
member of the object on the RHS of the operator and 6 otherwise.
int cast to convert the float data member of an object into an integer​

Answers

Answered by SHIVA72552y
4

சி ++ இல் ஒரு நிரலை எழுதுங்கள், இது ஒரு தரவு உறுப்பினருடன் பயனர் வரையறுக்கப்பட்ட வகுப்பு நியூஃப்ளோட்டை வழங்குகிறது

வகை மிதவை மிதவை தரவு. வகுப்பு பின்வரும் உறுப்பினர்களையும் கொண்டுள்ளது:

இயல்புநிலை மற்றும் அளவுருவாக்கப்பட்ட கட்டமைப்பாளர்

Similar questions