Win32API Question:
Download Questions PDF

Java is pure object oriented programming language why?

Answer:

Java just uses object oriented principals but it is not purely object oriented , because int is a primitive data type in Java but not an object similarly all primitive data types a pure object oriented language should not support a non object oriented aspects

Download Win32API Interview Questions And Answers PDF

Previous QuestionNext Question
In win32 application if defining a variable of CString then it gives the error "CString:Undeclared identifier" how to solve the problem? What headerfile need to include?What is use of the createWindow object?