What is this pointer inside a class C++/ OOP concept called?

后端 未结 0 464
难免孤独
难免孤独 2021-02-04 08:51
class Node { 
public: 
    int data; 
    Node* next; 
}; 

In this Node is a class, but I did not understand what Node* next is. Is it like

相关标签:
回答
  • 消灭零回复
提交回复
热议问题