What is the difference between "this" in C++ and Java?

Asked by Last Modified  

3 Answers

Learn Java

Follow 2
Answer

Please enter your answer

empowering young minds to transformative academic journey!

C++: this is a pointer, can be modified and used in pointer operations.Java: this is a reference, cannot be reassigned or used in pointer arithmetic
Comments

IT Professional, Post Graduate, Passionate about Drawing and Problem Solving

## In C++ this is pointer that refers to the current object. Using this pointer we access the object's member variables and member functions. ## whereas in java this is used in constructor to differentiate parameter variables from the instance variables if they are same.
read more
## In C++ this is pointer thatrefers to the current object. Using this pointer we access the object's member variables and member functions. ## whereas in java this is used in constructor to differentiate parameter variables from the instance variables if they are same. read less
Comments

Experienced Full Stack Developer and Instructor.

In Java this refers to the current instance of the class (the object) and is used to refer to the instance variables and methods of the current object.It is always implicitly available within non-static methods. In C++ this refers to a pointer to the current instance of the class this is automatically...
read more
In Java this refers to the current instance of the class (the object) and is used to refer to the instance variables and methods of the current object.It is always implicitly available within non-static methods. In C++ this refers to a pointer to the current instance of the class this is automatically passed as a hidden parameter to non-static member functions. read less
Comments

View 1 more Answers

Related Questions

What is an Exception in Java?
We can Say Exception is an event which terminates the normal execution of a program
Piyush
0 0
5
What is the difference between checked and unchecked exceptions?
The main difference between checked and unchecked exception is that the checked exceptions are checked at compile-time while unchecked exceptions are checked at runtime
Wren
What are the booming technologies in US from Job point of view
All the terminologies are good. First of all decide your self you want go as functional consultant or technical. If you have java background Learn Hadoop. Billing rate is very high.
Chandra
Why does â??5/2 = 2â?? and not 2.5 in Python?
Due to dynamic Typing. use Numpy , and declare data type , you will get desired result
Srikanth
0 0
6

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Introduction to Course Content
Video about what we are going to learn throughout the Java Training Session .

2.1. Reverse a singly linked list.
class Node { int data; Node next; Node(int data) { this.data = data; this.next = null; }} public class LinkedList { Node head; public void reverse() { Node prev = null; Node curr = head; Node next =...

Class and Objects in Java
Class is a template or a blueprint which is used to describe an object. On other hand Object is a reference of a class which follows all the stuff written inside the class. How about taking the whole tour in the following video


doWhile example in Java
public class doWhilePracticleEx { public void test() { } public static void main(String args) { String q1 = "Who is PM of India?"; String a1 = "Sonia Gandhi"; String a2 = "Rahul Gandhi"; String a3...
S

Sarthak C.

0 0
0

Recommended Articles

Before we start on the importance of learning JavaScript, let’s start with a short introduction on the topic. JavaScript is the most popular programming language in the world, precisely it is the language - for Computers, the Web, Servers, Smart Phone, Laptops, Mobiles, Tablets and more. And if you are a beginner or planning...

Read full article >

Java is the most commonly used popular programming language for the creation of web applications and platform today. Integrated Cloud Applications and Platform Services Oracle says, “Java developers worldwide has over 9 million and runs approximately 3 billion mobile phones”.  Right from its first implication as java 1.0...

Read full article >

Designed in a flexible and user-friendly demeanor, Java is the most commonly used programming language for the creation of web applications and platform. It allows developers to “write once, run anywhere” (WORA). It is general-purpose, a high-level programming language developed by Sun Microsystem. Initially known as an...

Read full article >

In the domain of Information Technology, there is always a lot to learn and implement. However, some technologies have a relatively higher demand than the rest of the others. So here are some popular IT courses for the present and upcoming future: Cloud Computing Cloud Computing is a computing technique which is used...

Read full article >

Looking for Java Training Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you